Class: Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2020_07_01.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)


409
410
411
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 409

def attributes
  @attributes
end

#typeString (readonly)

Returns the value of attribute type.

Returns:

  • (String)


410
411
412
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 410

def type
  @type
end

Class Method Details

.[](type:, attributes:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation

Overloads:



402
403
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 402

def self.[]: (type: String, ?attributes: Hash[untyped, untyped]?) -> Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation
| (String, Hash[untyped, untyped]?) -> Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation

.members[ :type, :attributes ]

Returns:

  • ([ :type, :attributes ])


405
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 405

def self.members: () -> [ :type, :attributes ]

.new(type:, attributes:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation

Overloads:



400
401
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 400

def self.new: (type: String, ?attributes: Hash[untyped, untyped]?) -> Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation
| (String, Hash[untyped, untyped]?) -> Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation

.parsePeddler::APIs::FulfillmentOutbound20200701::DropOffLocation

Parameters:

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

Returns:



407
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 407

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation

Instance Method Details

#members[ :type, :attributes ]

Returns:

  • ([ :type, :attributes ])


412
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 412

def members: () -> [ :type, :attributes ]

#to_h{ type: String, attributes: Hash[untyped, untyped]? }

Returns:

  • ({ type: String, attributes: Hash[untyped, untyped]? })


413
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 413

def to_h: () -> { type: String, attributes: Hash[untyped, untyped]? }