Class: Peddler::APIs::FulfillmentInbound20240320::Window

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#editable_untilTime? (readonly)

Returns the value of attribute editable_until.

Returns:

  • (Time, nil)


2206
2207
2208
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2206

def editable_until
  @editable_until
end

#endTime (readonly)

Returns the value of attribute end.

Returns:

  • (Time)


2207
2208
2209
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2207

def end
  @end
end

#startTime (readonly)

Returns the value of attribute start.

Returns:

  • (Time)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::FulfillmentInbound20240320::Window

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }