Class: Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.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 ⇒ [ :type, :attributes ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation
Instance Method Summary collapse
Instance Attribute Details
#attributes ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute attributes.
409 410 411 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 409 def attributes @attributes end |
#type ⇒ String (readonly)
Returns the value of attribute type.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::DropOffLocation
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 ]
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]? }
413 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 413
def to_h: () -> { type: String, attributes: Hash[untyped, untyped]? }
|