Class: Peddler::APIs::FulfillmentInbound20240320::Window
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::Window
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#editable_until ⇒ Time?
readonly
Returns the value of attribute editable_until.
-
#end ⇒ Time
readonly
Returns the value of attribute end.
-
#start ⇒ Time
readonly
Returns the value of attribute start.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :end, :start, :editable_until ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Window
Instance Method Summary collapse
-
#members ⇒ [ :end, :start, :editable_until ]
-
#to_h ⇒ { end: Time, start: Time, editable_until: Time? }
Instance Attribute Details
#editable_until ⇒ Time? (readonly)
Returns the value of attribute editable_until.
2206 2207 2208 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2206 def editable_until @editable_until end |
#end ⇒ Time (readonly)
Returns the value of attribute end.
2207 2208 2209 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2207 def end @end end |
#start ⇒ Time (readonly)
Returns the value of attribute start.
2208 2209 2210 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2208 def start @start end |
Class Method Details
.[](end) ⇒ Peddler::APIs::FulfillmentInbound20240320::Window .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::Window
2199 2200 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2199
def self.[]: (end: Time, start: Time, ?editable_until: Time?) -> Peddler::APIs::FulfillmentInbound20240320::Window
| (Time, Time, Time?) -> Peddler::APIs::FulfillmentInbound20240320::Window
|
.members ⇒ [ :end, :start, :editable_until ]
2202 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2202
def self.members: () -> [ :end, :start, :editable_until ]
|
.new(end) ⇒ Peddler::APIs::FulfillmentInbound20240320::Window .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::Window
2197 2198 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2197
def self.new: (end: Time, start: Time, ?editable_until: Time?) -> Peddler::APIs::FulfillmentInbound20240320::Window
| (Time, Time, Time?) -> Peddler::APIs::FulfillmentInbound20240320::Window
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Window
2204 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2204
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::Window
|
Instance Method Details
#members ⇒ [ :end, :start, :editable_until ]
2210 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2210
def members: () -> [ :end, :start, :editable_until ]
|
#to_h ⇒ { end: Time, start: Time, editable_until: Time? }
2211 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2211
def to_h: () -> { end: Time, start: Time, editable_until: Time? }
|