Class: PixiClient::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



3
4
5
# File 'lib/pixi_client/configuration.rb', line 3

def endpoint
  @endpoint
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/pixi_client/configuration.rb', line 3

def password
  @password
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/pixi_client/configuration.rb', line 3

def username
  @username
end