Class: Peddler::Notifications::OrderChange::OrderChangeNotification
- Inherits:
-
Data
- Object
- Data
- Peddler::Notifications::OrderChange::OrderChangeNotification
- Defined in:
- sig/peddler/notifications/order_change.rbs
Instance Attribute Summary collapse
-
#amazon_order_id ⇒ String
readonly
Returns the value of attribute amazon_order_id.
-
#notification_level ⇒ String
readonly
Returns the value of attribute notification_level.
-
#order_change_trigger ⇒ Peddler::Notifications::OrderChange::OrderChangeTrigger
readonly
Returns the value of attribute order_change_trigger.
-
#order_change_type ⇒ String
readonly
Returns the value of attribute order_change_type.
-
#seller_id ⇒ String
readonly
Returns the value of attribute seller_id.
-
#summary ⇒ Peddler::Notifications::OrderChange::Summary
readonly
Returns the value of attribute summary.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amazon_order_id, :notification_level, :order_change_trigger, :order_change_type, :seller_id, :summary ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Notifications::OrderChange::OrderChangeNotification
Instance Method Summary collapse
-
#members ⇒ [ :amazon_order_id, :notification_level, :order_change_trigger, :order_change_type, :seller_id, :summary ]
-
#to_h ⇒ { amazon_order_id: String, notification_level: String, order_change_trigger: Peddler::Notifications::OrderChange::OrderChangeTrigger, order_change_type: String, seller_id: String, summary: Peddler::Notifications::OrderChange::Summary }
Instance Attribute Details
#amazon_order_id ⇒ String (readonly)
Returns the value of attribute amazon_order_id.
35 36 37 |
# File 'sig/peddler/notifications/order_change.rbs', line 35 def amazon_order_id @amazon_order_id end |
#notification_level ⇒ String (readonly)
Returns the value of attribute notification_level.
36 37 38 |
# File 'sig/peddler/notifications/order_change.rbs', line 36 def notification_level @notification_level end |
#order_change_trigger ⇒ Peddler::Notifications::OrderChange::OrderChangeTrigger (readonly)
Returns the value of attribute order_change_trigger.
37 38 39 |
# File 'sig/peddler/notifications/order_change.rbs', line 37 def order_change_trigger @order_change_trigger end |
#order_change_type ⇒ String (readonly)
Returns the value of attribute order_change_type.
38 39 40 |
# File 'sig/peddler/notifications/order_change.rbs', line 38 def order_change_type @order_change_type end |
#seller_id ⇒ String (readonly)
Returns the value of attribute seller_id.
39 40 41 |
# File 'sig/peddler/notifications/order_change.rbs', line 39 def seller_id @seller_id end |
#summary ⇒ Peddler::Notifications::OrderChange::Summary (readonly)
Returns the value of attribute summary.
40 41 42 |
# File 'sig/peddler/notifications/order_change.rbs', line 40 def summary @summary end |
Class Method Details
.[](amazon_order_id:, notification_level:, order_change_trigger:, order_change_type:, seller_id:, summary:) ⇒ Peddler::Notifications::OrderChange::OrderChangeNotification .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::OrderChange::OrderChangeNotification
28 29 |
# File 'sig/peddler/notifications/order_change.rbs', line 28
def self.[]: (amazon_order_id: String, notification_level: String, order_change_trigger: Peddler::Notifications::OrderChange::OrderChangeTrigger, order_change_type: String, seller_id: String, summary: Peddler::Notifications::OrderChange::Summary) -> Peddler::Notifications::OrderChange::OrderChangeNotification
| (String, String, Peddler::Notifications::OrderChange::OrderChangeTrigger, String, String, Peddler::Notifications::OrderChange::Summary) -> Peddler::Notifications::OrderChange::OrderChangeNotification
|
.members ⇒ [ :amazon_order_id, :notification_level, :order_change_trigger, :order_change_type, :seller_id, :summary ]
31 |
# File 'sig/peddler/notifications/order_change.rbs', line 31
def self.members: () -> [ :amazon_order_id, :notification_level, :order_change_trigger, :order_change_type, :seller_id, :summary ]
|
.new(amazon_order_id:, notification_level:, order_change_trigger:, order_change_type:, seller_id:, summary:) ⇒ Peddler::Notifications::OrderChange::OrderChangeNotification .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::OrderChange::OrderChangeNotification
26 27 |
# File 'sig/peddler/notifications/order_change.rbs', line 26
def self.new: (amazon_order_id: String, notification_level: String, order_change_trigger: Peddler::Notifications::OrderChange::OrderChangeTrigger, order_change_type: String, seller_id: String, summary: Peddler::Notifications::OrderChange::Summary) -> Peddler::Notifications::OrderChange::OrderChangeNotification
| (String, String, Peddler::Notifications::OrderChange::OrderChangeTrigger, String, String, Peddler::Notifications::OrderChange::Summary) -> Peddler::Notifications::OrderChange::OrderChangeNotification
|
.parse ⇒ Peddler::Notifications::OrderChange::OrderChangeNotification
33 |
# File 'sig/peddler/notifications/order_change.rbs', line 33
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::OrderChange::OrderChangeNotification
|
Instance Method Details
#members ⇒ [ :amazon_order_id, :notification_level, :order_change_trigger, :order_change_type, :seller_id, :summary ]
42 |
# File 'sig/peddler/notifications/order_change.rbs', line 42
def members: () -> [ :amazon_order_id, :notification_level, :order_change_trigger, :order_change_type, :seller_id, :summary ]
|
#to_h ⇒ { amazon_order_id: String, notification_level: String, order_change_trigger: Peddler::Notifications::OrderChange::OrderChangeTrigger, order_change_type: String, seller_id: String, summary: Peddler::Notifications::OrderChange::Summary }
43 |
# File 'sig/peddler/notifications/order_change.rbs', line 43
def to_h: () -> { amazon_order_id: String, notification_level: String, order_change_trigger: Peddler::Notifications::OrderChange::OrderChangeTrigger, order_change_type: String, seller_id: String, summary: Peddler::Notifications::OrderChange::Summary }
|