Module: Ashmont
- Defined in:
- lib/ashmont.rb,
lib/ashmont/errors.rb,
lib/ashmont/version.rb,
lib/ashmont/customer.rb,
lib/ashmont/subscription.rb,
lib/ashmont/subscribed_customer.rb
Defined Under Namespace
Classes: Customer, Errors, SubscribedCustomer, Subscription
Constant Summary collapse
- VERSION =
"0.11.1"
Class Attribute Summary collapse
-
.merchant_account_id ⇒ Object
Returns the value of attribute merchant_account_id.
-
.merchant_account_time_zone ⇒ Object
Returns the value of attribute merchant_account_time_zone.
Class Attribute Details
.merchant_account_id ⇒ Object
Returns the value of attribute merchant_account_id.
9 10 11 |
# File 'lib/ashmont.rb', line 9 def merchant_account_id @merchant_account_id end |
.merchant_account_time_zone ⇒ Object
Returns the value of attribute merchant_account_time_zone.
8 9 10 |
# File 'lib/ashmont.rb', line 8 def merchant_account_time_zone @merchant_account_time_zone end |