Class: Peddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#attributesHash[untyped, untyped]? (readonly)

Returns the value of attribute attributes.

Returns:

  • (Hash[untyped, untyped], nil)


562
563
564
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 562

def attributes
  @attributes
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::FulfillmentOutbound20260704::OrderDropOffLocation

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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