Class: Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#attributes ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute attributes.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :attributes, :type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
Instance Method Summary collapse
Instance Attribute Details
#attributes ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute attributes.
562 563 564 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 562 def attributes @attributes end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
563 564 565 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 563 def type @type end |
Class Method Details
.[](attributes:, type:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
555 556 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 555
def self.[]: (?attributes: Hash[untyped, untyped]?, ?type: String?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
| (Hash[untyped, untyped]?, String?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
|
.members ⇒ [ :attributes, :type ]
558 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 558
def self.members: () -> [ :attributes, :type ]
|
.new(attributes:, type:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
553 554 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 553
def self.new: (?attributes: Hash[untyped, untyped]?, ?type: String?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
| (Hash[untyped, untyped]?, String?) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
560 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 560
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation
|
Instance Method Details
#members ⇒ [ :attributes, :type ]
565 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 565
def members: () -> [ :attributes, :type ]
|
#to_h ⇒ { attributes: Hash[untyped, untyped]?, type: String? }
566 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 566
def to_h: () -> { attributes: Hash[untyped, untyped]?, type: String? }
|