Class: Iesde::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/iesde/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ead_api_keyObject

Returns the value of attribute ead_api_key.



3
4
5
# File 'lib/iesde/config.rb', line 3

def ead_api_key
  @ead_api_key
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/iesde/config.rb', line 3

def password
  @password
end

#userObject

Returns the value of attribute user.



3
4
5
# File 'lib/iesde/config.rb', line 3

def user
  @user
end