Class: Stripe::Person::Relationship

Inherits:
StripeObject show all
Defined in:
lib/stripe/resources/person.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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

#authorizerObject (readonly)

Returns the value of attribute authorizer.



57
58
59
# File 'lib/stripe/resources/person.rb', line 57

def authorizer
  @authorizer
end

#directorObject (readonly)

Returns the value of attribute director.



57
58
59
# File 'lib/stripe/resources/person.rb', line 57

def director
  @director
end

#executiveObject (readonly)

Returns the value of attribute executive.



57
58
59
# File 'lib/stripe/resources/person.rb', line 57

def executive
  @executive
end

Returns the value of attribute legal_guardian.



57
58
59
# File 'lib/stripe/resources/person.rb', line 57

def legal_guardian
  @legal_guardian
end

#ownerObject (readonly)

Returns the value of attribute owner.



57
58
59
# File 'lib/stripe/resources/person.rb', line 57

def owner
  @owner
end

#percent_ownershipObject (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

#representativeObject (readonly)

Returns the value of attribute representative.



57
58
59
# File 'lib/stripe/resources/person.rb', line 57

def representative
  @representative
end

#titleObject (readonly)

Returns the value of attribute title.



57
58
59
# File 'lib/stripe/resources/person.rb', line 57

def title
  @title
end