Class: BreadMachine::SecureTrading::Config
- Inherits:
-
Object
- Object
- BreadMachine::SecureTrading::Config
- Defined in:
- lib/breadmachine/secure_trading/config.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#merchant_name ⇒ Object
Returns the value of attribute merchant_name.
-
#site_reference ⇒ Object
Returns the value of attribute site_reference.
-
#term_url ⇒ Object
Returns the value of attribute term_url.
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency.
6 7 8 |
# File 'lib/breadmachine/secure_trading/config.rb', line 6 def currency @currency end |
#merchant_name ⇒ Object
Returns the value of attribute merchant_name.
6 7 8 |
# File 'lib/breadmachine/secure_trading/config.rb', line 6 def merchant_name @merchant_name end |
#site_reference ⇒ Object
Returns the value of attribute site_reference.
6 7 8 |
# File 'lib/breadmachine/secure_trading/config.rb', line 6 def site_reference @site_reference end |
#term_url ⇒ Object
Returns the value of attribute term_url.
6 7 8 |
# File 'lib/breadmachine/secure_trading/config.rb', line 6 def term_url @term_url end |