Class: Stripe::Subscription::BillingCycleAnchorConfig
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Subscription::BillingCycleAnchorConfig
- Defined in:
- lib/stripe/resources/subscription.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#day_of_month ⇒ Object
readonly
Returns the value of attribute day_of_month.
-
#hour ⇒ Object
readonly
Returns the value of attribute hour.
-
#minute ⇒ Object
readonly
Returns the value of attribute minute.
-
#month ⇒ Object
readonly
Returns the value of attribute month.
-
#second ⇒ Object
readonly
Returns the value of attribute second.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::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
#day_of_month ⇒ Object (readonly)
Returns the value of attribute day_of_month.
27 28 29 |
# File 'lib/stripe/resources/subscription.rb', line 27 def day_of_month @day_of_month end |
#hour ⇒ Object (readonly)
Returns the value of attribute hour.
27 28 29 |
# File 'lib/stripe/resources/subscription.rb', line 27 def hour @hour end |
#minute ⇒ Object (readonly)
Returns the value of attribute minute.
27 28 29 |
# File 'lib/stripe/resources/subscription.rb', line 27 def minute @minute end |
#month ⇒ Object (readonly)
Returns the value of attribute month.
27 28 29 |
# File 'lib/stripe/resources/subscription.rb', line 27 def month @month end |
#second ⇒ Object (readonly)
Returns the value of attribute second.
27 28 29 |
# File 'lib/stripe/resources/subscription.rb', line 27 def second @second end |