Class: RSpreedly::ComplimentarySubscription
- Defined in:
- lib/rspreedly/complimentary_subscription.rb
Instance Attribute Summary collapse
-
#duration_quantity ⇒ Object
Returns the value of attribute duration_quantity.
-
#duration_units ⇒ Object
Returns the value of attribute duration_units.
-
#feature_level ⇒ Object
Returns the value of attribute feature_level.
Attributes inherited from Base
Method Summary
Methods inherited from Base
api_request, #api_request, #attributes=, do_request, #initialize, #to_xml
Constructor Details
This class inherits a constructor from RSpreedly::Base
Instance Attribute Details
#duration_quantity ⇒ Object
Returns the value of attribute duration_quantity.
3 4 5 |
# File 'lib/rspreedly/complimentary_subscription.rb', line 3 def duration_quantity @duration_quantity end |
#duration_units ⇒ Object
Returns the value of attribute duration_units.
3 4 5 |
# File 'lib/rspreedly/complimentary_subscription.rb', line 3 def duration_units @duration_units end |
#feature_level ⇒ Object
Returns the value of attribute feature_level.
3 4 5 |
# File 'lib/rspreedly/complimentary_subscription.rb', line 3 def feature_level @feature_level end |