Class: Stripe::Quote::StatusDetails::Stale
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Quote::StatusDetails::Stale
- Defined in:
- lib/stripe/resources/quote.rb
Defined Under Namespace
Classes: LastReason
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#last_reason ⇒ Object
readonly
Returns the value of attribute last_reason.
-
#last_updated_at ⇒ Object
readonly
Returns the value of attribute last_updated_at.
-
#transitioned_at ⇒ Object
readonly
Returns the value of attribute transitioned_at.
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
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at.
103 104 105 |
# File 'lib/stripe/resources/quote.rb', line 103 def expires_at @expires_at end |
#last_reason ⇒ Object (readonly)
Returns the value of attribute last_reason.
103 104 105 |
# File 'lib/stripe/resources/quote.rb', line 103 def last_reason @last_reason end |
#last_updated_at ⇒ Object (readonly)
Returns the value of attribute last_updated_at.
103 104 105 |
# File 'lib/stripe/resources/quote.rb', line 103 def last_updated_at @last_updated_at end |
#transitioned_at ⇒ Object (readonly)
Returns the value of attribute transitioned_at.
103 104 105 |
# File 'lib/stripe/resources/quote.rb', line 103 def transitioned_at @transitioned_at end |