Class: GramV1Client::Configuration
- Inherits:
-
Object
- Object
- GramV1Client::Configuration
- Defined in:
- lib/gram_v1_client/configuration.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
-
#site ⇒ Object
Returns the value of attribute site.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
21 22 23 24 25 26 |
# File 'lib/gram_v1_client/configuration.rb', line 21 def initialize @site = nil @user = nil @password = nil @proxy = nil end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
16 17 18 |
# File 'lib/gram_v1_client/configuration.rb', line 16 def password @password end |
#proxy ⇒ Object
Returns the value of attribute proxy.
16 17 18 |
# File 'lib/gram_v1_client/configuration.rb', line 16 def proxy @proxy end |
#site ⇒ Object
Returns the value of attribute site.
16 17 18 |
# File 'lib/gram_v1_client/configuration.rb', line 16 def site @site end |
#user ⇒ Object
Returns the value of attribute user.
16 17 18 |
# File 'lib/gram_v1_client/configuration.rb', line 16 def user @user end |