Class: Iesde::Config
- Inherits:
-
Object
- Object
- Iesde::Config
- Defined in:
- lib/iesde/config.rb
Instance Attribute Summary collapse
-
#ead_api_key ⇒ Object
Returns the value of attribute ead_api_key.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#ead_api_key ⇒ Object
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 |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/iesde/config.rb', line 3 def password @password end |
#user ⇒ Object
Returns the value of attribute user.
3 4 5 |
# File 'lib/iesde/config.rb', line 3 def user @user end |