Class: Mousetrap::Plan
- Inherits:
-
Resource
- Object
- Resource
- Mousetrap::Plan
- Defined in:
- lib/acts_as_subscription/backend/cheddar_getter_client.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#active ⇒ Object
:nodoc:.
-
#billing_frequency ⇒ Object
:nodoc:.
-
#code ⇒ Object
:nodoc:.
-
#description ⇒ Object
:nodoc:.
-
#name ⇒ Object
:nodoc:.
-
#recurring_charge ⇒ Object
:nodoc:.
Instance Attribute Details
#active ⇒ Object
:nodoc:
129 130 131 |
# File 'lib/acts_as_subscription/backend/cheddar_getter_client.rb', line 129 def active @active end |
#billing_frequency ⇒ Object
:nodoc:
129 130 131 |
# File 'lib/acts_as_subscription/backend/cheddar_getter_client.rb', line 129 def billing_frequency @billing_frequency end |
#code ⇒ Object
:nodoc:
129 130 131 |
# File 'lib/acts_as_subscription/backend/cheddar_getter_client.rb', line 129 def code @code end |
#description ⇒ Object
:nodoc:
129 130 131 |
# File 'lib/acts_as_subscription/backend/cheddar_getter_client.rb', line 129 def description @description end |
#name ⇒ Object
:nodoc:
129 130 131 |
# File 'lib/acts_as_subscription/backend/cheddar_getter_client.rb', line 129 def name @name end |
#recurring_charge ⇒ Object
:nodoc:
129 130 131 |
# File 'lib/acts_as_subscription/backend/cheddar_getter_client.rb', line 129 def recurring_charge @recurring_charge end |