Class: Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/notifications/item_inventory_event_change.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#account_idString (readonly)

Returns the value of attribute account_id.

Returns:

  • (String)


14
15
16
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 14

def 
  @account_id
end

#asinString (readonly)

Returns the value of attribute asin.

Returns:

  • (String)


15
16
17
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 15

def asin
  @asin
end

#end_timeTime (readonly)

Returns the value of attribute end_time.

Returns:

  • (Time)


16
17
18
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 16

def end_time
  @end_time
end

#highly_available_inventoryInteger (readonly)

Returns the value of attribute highly_available_inventory.

Returns:

  • (Integer)


17
18
19
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 17

def highly_available_inventory
  @highly_available_inventory
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


18
19
20
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 18

def marketplace_id
  @marketplace_id
end

#start_timeTime (readonly)

Returns the value of attribute start_time.

Returns:

  • (Time)


19
20
21
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 19

def start_time
  @start_time
end

Class Method Details

.[](account_id:, asin:, end_time:, highly_available_inventory:, marketplace_id:, start_time:) ⇒ Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange

Overloads:



7
8
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 7

def self.[]: (account_id: String, asin: String, end_time: Time, highly_available_inventory: Integer, marketplace_id: String, start_time: Time) -> Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange
| (String, String, Time, Integer, String, Time) -> Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange

.members[ :account_id, :asin, :end_time, :highly_available_inventory, :marketplace_id, :start_time ]

Returns:

  • ([ :account_id, :asin, :end_time, :highly_available_inventory, :marketplace_id, :start_time ])


10
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 10

def self.members: () -> [ :account_id, :asin, :end_time, :highly_available_inventory, :marketplace_id, :start_time ]

.new(account_id:, asin:, end_time:, highly_available_inventory:, marketplace_id:, start_time:) ⇒ Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange

Overloads:



5
6
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 5

def self.new: (account_id: String, asin: String, end_time: Time, highly_available_inventory: Integer, marketplace_id: String, start_time: Time) -> Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange
| (String, String, Time, Integer, String, Time) -> Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange

.parsePeddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



12
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 12

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Notifications::ItemInventoryEventChange::ItemInventoryEventChange

Instance Method Details

#members[ :account_id, :asin, :end_time, :highly_available_inventory, :marketplace_id, :start_time ]

Returns:

  • ([ :account_id, :asin, :end_time, :highly_available_inventory, :marketplace_id, :start_time ])


21
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 21

def members: () -> [ :account_id, :asin, :end_time, :highly_available_inventory, :marketplace_id, :start_time ]

#to_h{ account_id: String, asin: String, end_time: Time, highly_available_inventory: Integer, marketplace_id: String, start_time: Time }

Returns:

  • ({ account_id: String, asin: String, end_time: Time, highly_available_inventory: Integer, marketplace_id: String, start_time: Time })


22
# File 'sig/peddler/notifications/item_inventory_event_change.rbs', line 22

def to_h: () -> { account_id: String, asin: String, end_time: Time, highly_available_inventory: Integer, marketplace_id: String, start_time: Time }