Class: Gecko::Record::Order
Instance Method Summary collapse
-
#tracking_number ⇒ Object
DEPRECATED.
Methods inherited from Base
demodulized_name, #initialize, #persisted?, #save
Methods included from LiquidCompatibility
Methods included from Helpers::ValidationHelper
Methods included from Helpers::SerializationHelper
#_serialize, #as_json, #root, #serializable_hash, #serialize_attribute, #writeable?
Methods included from Helpers::InspectionHelper
Methods included from Helpers::AssociationHelper
Constructor Details
This class inherits a constructor from Gecko::Record::Base
Instance Method Details
#tracking_number ⇒ Object
DEPRECATED
50 |
# File 'lib/gecko/record/order.rb', line 50 attribute :tracking_number, String, readonly: true |