Class: NSYapi::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



20
21
22
# File 'lib/ns_client.rb', line 20

def configuration
  @configuration
end

#passwordObject

Returns the value of attribute password.



20
21
22
# File 'lib/ns_client.rb', line 20

def password
  @password
end

#usernameObject

Returns the value of attribute username.



20
21
22
# File 'lib/ns_client.rb', line 20

def username
  @username
end