Class: NSYapi::Configuration
- Inherits:
-
Object
- Object
- NSYapi::Configuration
- Defined in:
- lib/ns_client.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
20 21 22 |
# File 'lib/ns_client.rb', line 20 def configuration @configuration end |
#password ⇒ Object
Returns the value of attribute password.
20 21 22 |
# File 'lib/ns_client.rb', line 20 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
20 21 22 |
# File 'lib/ns_client.rb', line 20 def username @username end |