Class: Stripe::Quote::SubscriptionSchedule::AppliesTo
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Quote::SubscriptionSchedule::AppliesTo
- Defined in:
- lib/stripe/resources/quote.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#new_reference ⇒ Object
readonly
Returns the value of attribute new_reference.
-
#subscription_schedule ⇒ Object
readonly
Returns the value of attribute subscription_schedule.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#new_reference ⇒ Object (readonly)
Returns the value of attribute new_reference.
170 171 172 |
# File 'lib/stripe/resources/quote.rb', line 170 def new_reference @new_reference end |
#subscription_schedule ⇒ Object (readonly)
Returns the value of attribute subscription_schedule.
170 171 172 |
# File 'lib/stripe/resources/quote.rb', line 170 def subscription_schedule @subscription_schedule end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
170 171 172 |
# File 'lib/stripe/resources/quote.rb', line 170 def type @type end |