Class: Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
- Defined in:
- sig/peddler/apis/shipping_v1.rbs
Instance Attribute Summary collapse
-
#label_specification ⇒ Peddler::APIs::ShippingV1::LabelSpecification
readonly
Returns the value of attribute label_specification.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :label_specification ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
Instance Method Summary collapse
-
#members ⇒ [ :label_specification ]
-
#to_h ⇒ { label_specification: Peddler::APIs::ShippingV1::LabelSpecification }
Instance Attribute Details
#label_specification ⇒ Peddler::APIs::ShippingV1::LabelSpecification (readonly)
Returns the value of attribute label_specification.
602 603 604 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 602 def label_specification @label_specification end |
Class Method Details
.[](label_specification:) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest .[](arg0) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
595 596 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 595
def self.[]: (label_specification: Peddler::APIs::ShippingV1::LabelSpecification) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
| (Peddler::APIs::ShippingV1::LabelSpecification) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
|
.members ⇒ [ :label_specification ]
598 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 598
def self.members: () -> [ :label_specification ]
|
.new(label_specification:) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest .new(arg0) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
593 594 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 593
def self.new: (label_specification: Peddler::APIs::ShippingV1::LabelSpecification) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
| (Peddler::APIs::ShippingV1::LabelSpecification) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
|
.parse ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
600 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 600
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelRequest
|
Instance Method Details
#members ⇒ [ :label_specification ]
604 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 604
def members: () -> [ :label_specification ]
|
#to_h ⇒ { label_specification: Peddler::APIs::ShippingV1::LabelSpecification }
605 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 605
def to_h: () -> { label_specification: Peddler::APIs::ShippingV1::LabelSpecification }
|