Class: Peddler::APIs::FulfillmentOutbound20200701::DateRange

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

#earliestString (readonly)

Returns the value of attribute earliest.

Returns:

  • (String)


244
245
246
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 244

def earliest
  @earliest
end

#latestString (readonly)

Returns the value of attribute latest.

Returns:

  • (String)


245
246
247
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 245

def latest
  @latest
end

Class Method Details

.[](earliest:, latest:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DateRange .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DateRange

Overloads:



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

def self.[]: (earliest: String, latest: String) -> Peddler::APIs::FulfillmentOutbound20200701::DateRange
| (String, String) -> Peddler::APIs::FulfillmentOutbound20200701::DateRange

.members[ :earliest, :latest ]

Returns:

  • ([ :earliest, :latest ])


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

def self.members: () -> [ :earliest, :latest ]

.new(earliest:, latest:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DateRange .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DateRange

Overloads:



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

def self.new: (earliest: String, latest: String) -> Peddler::APIs::FulfillmentOutbound20200701::DateRange
| (String, String) -> Peddler::APIs::FulfillmentOutbound20200701::DateRange

.parsePeddler::APIs::FulfillmentOutbound20200701::DateRange

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :earliest, :latest ]

Returns:

  • ([ :earliest, :latest ])


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

def members: () -> [ :earliest, :latest ]

#to_h{ earliest: String, latest: String }

Returns:

  • ({ earliest: String, latest: String })


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

def to_h: () -> { earliest: String, latest: String }