Class: HighLevel::Models::Store::StoreSettingSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::StoreSettingSchema
- Defined in:
- lib/high_level/models/store/store_setting_schema.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#shipping_origin ⇒ Object
readonly
Returns the value of attribute shipping_origin.
-
#store_order_fulfillment_notification ⇒ Object
readonly
Returns the value of attribute store_order_fulfillment_notification.
-
#store_order_notification ⇒ Object
readonly
Returns the value of attribute store_order_notification.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/store/store_setting_schema.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/store/store_setting_schema.rb', line 9 def alt_type @alt_type end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/store/store_setting_schema.rb', line 9 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/store/store_setting_schema.rb', line 9 def id @id end |
#shipping_origin ⇒ Object (readonly)
Returns the value of attribute shipping_origin
9 10 11 |
# File 'lib/high_level/models/store/store_setting_schema.rb', line 9 def shipping_origin @shipping_origin end |
#store_order_fulfillment_notification ⇒ Object (readonly)
Returns the value of attribute store_order_fulfillment_notification
9 10 11 |
# File 'lib/high_level/models/store/store_setting_schema.rb', line 9 def store_order_fulfillment_notification @store_order_fulfillment_notification end |
#store_order_notification ⇒ Object (readonly)
Returns the value of attribute store_order_notification
9 10 11 |
# File 'lib/high_level/models/store/store_setting_schema.rb', line 9 def store_order_notification @store_order_notification end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/store/store_setting_schema.rb', line 9 def updated_at @updated_at end |