Class: Clutch::Configuration
- Inherits:
-
Object
- Object
- Clutch::Configuration
- Defined in:
- lib/clutch/configuration.rb
Instance Attribute Summary collapse
-
#clutch_api_base ⇒ Object
Returns the value of attribute clutch_api_base.
-
#clutch_api_key ⇒ Object
Returns the value of attribute clutch_api_key.
-
#clutch_api_secret ⇒ Object
Returns the value of attribute clutch_api_secret.
-
#clutch_brand ⇒ Object
Returns the value of attribute clutch_brand.
-
#clutch_card_set ⇒ Object
Returns the value of attribute clutch_card_set.
-
#clutch_location ⇒ Object
Returns the value of attribute clutch_location.
-
#clutch_terminal ⇒ Object
Returns the value of attribute clutch_terminal.
-
#http_proxy ⇒ Object
Returns the value of attribute http_proxy.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
12 13 14 15 16 17 18 19 20 21 |
# File 'lib/clutch/configuration.rb', line 12 def initialize @clutch_api_key = nil @clutch_api_secret = nil @clutch_api_base = nil @clutch_brand = nil @clutch_location = nil @clutch_terminal = nil @clutch_card_set = nil @http_proxy = nil end |
Instance Attribute Details
#clutch_api_base ⇒ Object
Returns the value of attribute clutch_api_base.
3 4 5 |
# File 'lib/clutch/configuration.rb', line 3 def clutch_api_base @clutch_api_base end |
#clutch_api_key ⇒ Object
Returns the value of attribute clutch_api_key.
3 4 5 |
# File 'lib/clutch/configuration.rb', line 3 def clutch_api_key @clutch_api_key end |
#clutch_api_secret ⇒ Object
Returns the value of attribute clutch_api_secret.
3 4 5 |
# File 'lib/clutch/configuration.rb', line 3 def clutch_api_secret @clutch_api_secret end |
#clutch_brand ⇒ Object
Returns the value of attribute clutch_brand.
3 4 5 |
# File 'lib/clutch/configuration.rb', line 3 def clutch_brand @clutch_brand end |
#clutch_card_set ⇒ Object
Returns the value of attribute clutch_card_set.
3 4 5 |
# File 'lib/clutch/configuration.rb', line 3 def clutch_card_set @clutch_card_set end |
#clutch_location ⇒ Object
Returns the value of attribute clutch_location.
3 4 5 |
# File 'lib/clutch/configuration.rb', line 3 def clutch_location @clutch_location end |
#clutch_terminal ⇒ Object
Returns the value of attribute clutch_terminal.
3 4 5 |
# File 'lib/clutch/configuration.rb', line 3 def clutch_terminal @clutch_terminal end |
#http_proxy ⇒ Object
Returns the value of attribute http_proxy.
3 4 5 |
# File 'lib/clutch/configuration.rb', line 3 def http_proxy @http_proxy end |