Class: NoyoFulfillment::Person

Inherits:
BaseModel show all
Defined in:
lib/noyo_fulfillment/models/person.rb

Instance Attribute Summary collapse

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_birthObject

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_nameObject

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_addressObject

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_nameObject

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_addressObject

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_statusObject

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_nameObject

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

#sexObject

Returns the value of attribute sex.



5
6
7
# File 'lib/noyo_fulfillment/models/person.rb', line 5

def sex
  @sex
end

#ssnObject

Returns the value of attribute ssn.



5
6
7
# File 'lib/noyo_fulfillment/models/person.rb', line 5

def ssn
  @ssn
end