Class: Wavecrest::Configuration
- Inherits:
-
Object
- Object
- Wavecrest::Configuration
- Defined in:
- lib/wavecrest/configuration.rb
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#password ⇒ Object
Returns the value of attribute password.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint.
3 4 5 |
# File 'lib/wavecrest/configuration.rb', line 3 def endpoint @endpoint end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
3 4 5 |
# File 'lib/wavecrest/configuration.rb', line 3 def partner_id @partner_id end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/wavecrest/configuration.rb', line 3 def password @password end |
#proxy ⇒ Object
Returns the value of attribute proxy.
3 4 5 |
# File 'lib/wavecrest/configuration.rb', line 3 def proxy @proxy end |
#user ⇒ Object
Returns the value of attribute user.
3 4 5 |
# File 'lib/wavecrest/configuration.rb', line 3 def user @user end |