Class: SpreeCmCommissioner::CurrencyRates::Manage::Response
- Inherits:
-
Struct
- Object
- Struct
- SpreeCmCommissioner::CurrencyRates::Manage::Response
- Defined in:
- app/services/spree_cm_commissioner/currency_rates/manage.rb
Instance Attribute Summary collapse
-
#currency_rate ⇒ Object
Returns the value of attribute currency_rate.
-
#error ⇒ Object
Returns the value of attribute error.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#currency_rate ⇒ Object
Returns the value of attribute currency_rate
21 22 23 |
# File 'app/services/spree_cm_commissioner/currency_rates/manage.rb', line 21 def currency_rate @currency_rate end |
#error ⇒ Object
Returns the value of attribute error
21 22 23 |
# File 'app/services/spree_cm_commissioner/currency_rates/manage.rb', line 21 def error @error end |
#success? ⇒ Object
Returns the value of attribute success?
21 22 23 |
# File 'app/services/spree_cm_commissioner/currency_rates/manage.rb', line 21
def success?
@success?
end
|