Class: Peddler::APIs::FulfillmentInbound20240320::WindowInput
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::WindowInput
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#start ⇒ Time
readonly
Returns the value of attribute start.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :start ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::WindowInput
Instance Method Summary collapse
Instance Attribute Details
#start ⇒ Time (readonly)
Returns the value of attribute start.
2224 2225 2226 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2224 def start @start end |
Class Method Details
.[](start:) ⇒ Peddler::APIs::FulfillmentInbound20240320::WindowInput .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::WindowInput
2217 2218 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2217
def self.[]: (start: Time) -> Peddler::APIs::FulfillmentInbound20240320::WindowInput
| (Time) -> Peddler::APIs::FulfillmentInbound20240320::WindowInput
|
.members ⇒ [ :start ]
2220 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2220
def self.members: () -> [ :start ]
|
.new(start:) ⇒ Peddler::APIs::FulfillmentInbound20240320::WindowInput .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::WindowInput
2215 2216 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2215
def self.new: (start: Time) -> Peddler::APIs::FulfillmentInbound20240320::WindowInput
| (Time) -> Peddler::APIs::FulfillmentInbound20240320::WindowInput
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::WindowInput
2222 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2222
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::WindowInput
|
Instance Method Details
#members ⇒ [ :start ]
2226 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2226
def members: () -> [ :start ]
|
#to_h ⇒ { start: Time }
2227 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2227
def to_h: () -> { start: Time }
|