Class: BreadMachine::SecureTrading::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/breadmachine/secure_trading/config.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Instance Attribute Details

#currencyObject

Returns the value of attribute currency.



6
7
8
# File 'lib/breadmachine/secure_trading/config.rb', line 6

def currency
  @currency
end

#merchant_nameObject

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_referenceObject

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_urlObject

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