Class: Stripe::Person::Relationship
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Person::Relationship
- Defined in:
- lib/stripe/resources/person.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#authorizer ⇒ Object
readonly
Returns the value of attribute authorizer.
-
#director ⇒ Object
readonly
Returns the value of attribute director.
-
#executive ⇒ Object
readonly
Returns the value of attribute executive.
-
#legal_guardian ⇒ Object
readonly
Returns the value of attribute legal_guardian.
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
-
#percent_ownership ⇒ Object
readonly
Returns the value of attribute percent_ownership.
-
#representative ⇒ Object
readonly
Returns the value of attribute representative.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
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
#authorizer ⇒ Object (readonly)
Returns the value of attribute authorizer.
57 58 59 |
# File 'lib/stripe/resources/person.rb', line 57 def @authorizer end |
#director ⇒ Object (readonly)
Returns the value of attribute director.
57 58 59 |
# File 'lib/stripe/resources/person.rb', line 57 def director @director end |
#executive ⇒ Object (readonly)
Returns the value of attribute executive.
57 58 59 |
# File 'lib/stripe/resources/person.rb', line 57 def executive @executive end |
#legal_guardian ⇒ Object (readonly)
Returns the value of attribute legal_guardian.
57 58 59 |
# File 'lib/stripe/resources/person.rb', line 57 def legal_guardian @legal_guardian end |
#owner ⇒ Object (readonly)
Returns the value of attribute owner.
57 58 59 |
# File 'lib/stripe/resources/person.rb', line 57 def owner @owner end |
#percent_ownership ⇒ Object (readonly)
Returns the value of attribute percent_ownership.
57 58 59 |
# File 'lib/stripe/resources/person.rb', line 57 def percent_ownership @percent_ownership end |
#representative ⇒ Object (readonly)
Returns the value of attribute representative.
57 58 59 |
# File 'lib/stripe/resources/person.rb', line 57 def representative @representative end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
57 58 59 |
# File 'lib/stripe/resources/person.rb', line 57 def title @title end |