Class: Stripe::Account::Company::Verification::Document
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Account::Company::Verification::Document
- Defined in:
- lib/stripe/resources/account.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#back ⇒ Object
readonly
Returns the value of attribute back.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#details_code ⇒ Object
readonly
Returns the value of attribute details_code.
-
#front ⇒ Object
readonly
Returns the value of attribute front.
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
#back ⇒ Object (readonly)
Returns the value of attribute back.
75 76 77 |
# File 'lib/stripe/resources/account.rb', line 75 def back @back end |
#details ⇒ Object (readonly)
Returns the value of attribute details.
75 76 77 |
# File 'lib/stripe/resources/account.rb', line 75 def details @details end |
#details_code ⇒ Object (readonly)
Returns the value of attribute details_code.
75 76 77 |
# File 'lib/stripe/resources/account.rb', line 75 def details_code @details_code end |
#front ⇒ Object (readonly)
Returns the value of attribute front.
75 76 77 |
# File 'lib/stripe/resources/account.rb', line 75 def front @front end |