Class: NoyoFulfillment::Person
- Defined in:
- lib/noyo_fulfillment/models/person.rb
Instance Attribute Summary collapse
-
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#home_address ⇒ Object
Returns the value of attribute home_address.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#mailing_address ⇒ Object
Returns the value of attribute mailing_address.
-
#marital_status ⇒ Object
Returns the value of attribute marital_status.
-
#middle_name ⇒ Object
Returns the value of attribute middle_name.
-
#sex ⇒ Object
Returns the value of attribute sex.
-
#ssn ⇒ Object
Returns the value of attribute ssn.
Method Summary
Methods inherited from BaseModel
#==, #attributes, class_name, #excluded_attributes, #initialize, #inspect, #synced_attributes, #to_h, #update_attrs
Constructor Details
This class inherits a constructor from NoyoFulfillment::BaseModel
Instance Attribute Details
#date_of_birth ⇒ Object
Returns the value of attribute date_of_birth.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def date_of_birth @date_of_birth end |
#first_name ⇒ Object
Returns the value of attribute first_name.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def first_name @first_name end |
#home_address ⇒ Object
Returns the value of attribute home_address.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def home_address @home_address end |
#last_name ⇒ Object
Returns the value of attribute last_name.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def last_name @last_name end |
#mailing_address ⇒ Object
Returns the value of attribute mailing_address.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def mailing_address @mailing_address end |
#marital_status ⇒ Object
Returns the value of attribute marital_status.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def marital_status @marital_status end |
#middle_name ⇒ Object
Returns the value of attribute middle_name.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def middle_name @middle_name end |
#sex ⇒ Object
Returns the value of attribute sex.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def sex @sex end |
#ssn ⇒ Object
Returns the value of attribute ssn.
5 6 7 |
# File 'lib/noyo_fulfillment/models/person.rb', line 5 def ssn @ssn end |