Class: Wavecrest::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

#partner_idObject

Returns the value of attribute partner_id.



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

def partner_id
  @partner_id
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#proxyObject

Returns the value of attribute proxy.



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

def proxy
  @proxy
end

#userObject

Returns the value of attribute user.



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

def user
  @user
end