Class: Peddler::APIs::FulfillmentOutbound20200701::DateRange
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::DateRange
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#earliest ⇒ String
readonly
Returns the value of attribute earliest.
-
#latest ⇒ String
readonly
Returns the value of attribute latest.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :earliest, :latest ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::DateRange
Instance Method Summary collapse
Instance Attribute Details
#earliest ⇒ String (readonly)
Returns the value of attribute earliest.
244 245 246 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 244 def earliest @earliest end |
#latest ⇒ String (readonly)
Returns the value of attribute latest.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::DateRange
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 ]
247 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 247
def members: () -> [ :earliest, :latest ]
|
#to_h ⇒ { earliest: String, latest: String }
248 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 248
def to_h: () -> { earliest: String, latest: String }
|