Class: Stripe::Source::Owner
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Owner
- Defined in:
- lib/stripe/resources/source.rb
Defined Under Namespace
Classes: Address, VerifiedAddress
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#verified_address ⇒ Object
readonly
Returns the value of attribute verified_address.
-
#verified_email ⇒ Object
readonly
Returns the value of attribute verified_email.
-
#verified_name ⇒ Object
readonly
Returns the value of attribute verified_name.
-
#verified_phone ⇒ Object
readonly
Returns the value of attribute verified_phone.
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
#address ⇒ Object (readonly)
Returns the value of attribute address.
91 92 93 |
# File 'lib/stripe/resources/source.rb', line 91 def address @address end |
#email ⇒ Object (readonly)
Returns the value of attribute email.
91 92 93 |
# File 'lib/stripe/resources/source.rb', line 91 def email @email end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
91 92 93 |
# File 'lib/stripe/resources/source.rb', line 91 def name @name end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone.
91 92 93 |
# File 'lib/stripe/resources/source.rb', line 91 def phone @phone end |
#verified_address ⇒ Object (readonly)
Returns the value of attribute verified_address.
91 92 93 |
# File 'lib/stripe/resources/source.rb', line 91 def verified_address @verified_address end |
#verified_email ⇒ Object (readonly)
Returns the value of attribute verified_email.
91 92 93 |
# File 'lib/stripe/resources/source.rb', line 91 def verified_email @verified_email end |
#verified_name ⇒ Object (readonly)
Returns the value of attribute verified_name.
91 92 93 |
# File 'lib/stripe/resources/source.rb', line 91 def verified_name @verified_name end |
#verified_phone ⇒ Object (readonly)
Returns the value of attribute verified_phone.
91 92 93 |
# File 'lib/stripe/resources/source.rb', line 91 def verified_phone @verified_phone end |