Class: Stripe::Capability::Protections::PspMigration
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Capability::Protections::PspMigration
- Defined in:
- lib/stripe/resources/capability.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
readonly
Time at which the protection expires.
-
#requested_at ⇒ Object
readonly
Time at which the protection was requested.
-
#status ⇒ Object
readonly
The status of the capability protection.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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)
Time at which the protection expires. Measured in seconds since the Unix epoch.
77 78 79 |
# File 'lib/stripe/resources/capability.rb', line 77 def expires_at @expires_at end |
#requested_at ⇒ Object (readonly)
Time at which the protection was requested. Measured in seconds since the Unix epoch.
79 80 81 |
# File 'lib/stripe/resources/capability.rb', line 79 def requested_at @requested_at end |
#status ⇒ Object (readonly)
The status of the capability protection.
81 82 83 |
# File 'lib/stripe/resources/capability.rb', line 81 def status @status end |
Class Method Details
.field_remappings ⇒ Object
87 88 89 |
# File 'lib/stripe/resources/capability.rb', line 87 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
83 84 85 |
# File 'lib/stripe/resources/capability.rb', line 83 def self.inner_class_types @inner_class_types = {} end |