Class: Netilion::Config
- Inherits:
-
Struct
- Object
- Struct
- Netilion::Config
- Defined in:
- lib/netilion.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
18 19 20 |
# File 'lib/netilion.rb', line 18 def api_key @api_key end |
#environment ⇒ Object
Returns the value of attribute environment
18 19 20 |
# File 'lib/netilion.rb', line 18 def environment @environment end |
#password ⇒ Object
Returns the value of attribute password
18 19 20 |
# File 'lib/netilion.rb', line 18 def password @password end |
#username ⇒ Object
Returns the value of attribute username
18 19 20 |
# File 'lib/netilion.rb', line 18 def username @username end |