Class: Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#end_dateString (readonly)

Returns the value of attribute end_date.

Returns:

  • (String)


371
372
373
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 371

def end_date
  @end_date
end

#start_dateString (readonly)

Returns the value of attribute start_date.

Returns:

  • (String)


372
373
374
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 372

def start_date
  @start_date
end

Class Method Details

.[](end_date:, start_date:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow

Overloads:



364
365
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 364

def self.[]: (end_date: String, start_date: String) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
| (String, String) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow

.members[ :end_date, :start_date ]

Returns:

  • ([ :end_date, :start_date ])


367
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 367

def self.members: () -> [ :end_date, :start_date ]

.new(end_date:, start_date:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow

Overloads:



362
363
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 362

def self.new: (end_date: String, start_date: String) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow
| (String, String) -> Peddler::APIs::FulfillmentOutbound20200701::DeliveryWindow

.parsePeddler::APIs::FulfillmentOutbound20200701::DeliveryWindow

Parameters:

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

Returns:



369
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 369

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

Instance Method Details

#members[ :end_date, :start_date ]

Returns:

  • ([ :end_date, :start_date ])


374
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 374

def members: () -> [ :end_date, :start_date ]

#to_h{ end_date: String, start_date: String }

Returns:

  • ({ end_date: String, start_date: String })


375
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 375

def to_h: () -> { end_date: String, start_date: String }