Class: AppdirectIntegration::Configuration
- Inherits:
-
Object
- Object
- AppdirectIntegration::Configuration
- Defined in:
- lib/appdirect_integration/configuration.rb
Instance Attribute Summary collapse
-
#appdirect_url ⇒ Object
Returns the value of attribute appdirect_url.
-
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
-
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
-
#order_class ⇒ Object
Returns the value of attribute order_class.
Instance Attribute Details
#appdirect_url ⇒ Object
Returns the value of attribute appdirect_url.
3 4 5 |
# File 'lib/appdirect_integration/configuration.rb', line 3 def appdirect_url @appdirect_url end |
#consumer_key ⇒ Object
Returns the value of attribute consumer_key.
5 6 7 |
# File 'lib/appdirect_integration/configuration.rb', line 5 def consumer_key @consumer_key end |
#consumer_secret ⇒ Object
Returns the value of attribute consumer_secret.
6 7 8 |
# File 'lib/appdirect_integration/configuration.rb', line 6 def consumer_secret @consumer_secret end |
#order_class ⇒ Object
Returns the value of attribute order_class.
4 5 6 |
# File 'lib/appdirect_integration/configuration.rb', line 4 def order_class @order_class end |