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