Class: NoyoFulfillment::DemographicChange
- Defined in:
- lib/noyo_fulfillment/models/demographic_change.rb
Instance Attribute Summary collapse
-
#change_date ⇒ Object
Returns the value of attribute change_date.
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
#change_date ⇒ Object
Returns the value of attribute change_date.
3 4 5 |
# File 'lib/noyo_fulfillment/models/demographic_change.rb', line 3 def change_date @change_date end |