Class: Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
- 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.
-
#label_stream ⇒ String
readonly
Returns the value of attribute label_stream.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :label_specification, :label_stream ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
Instance Method Summary collapse
-
#members ⇒ [ :label_specification, :label_stream ]
-
#to_h ⇒ { label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String }
Instance Attribute Details
#label_specification ⇒ Peddler::APIs::ShippingV1::LabelSpecification (readonly)
Returns the value of attribute label_specification.
635 636 637 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 635 def label_specification @label_specification end |
#label_stream ⇒ String (readonly)
Returns the value of attribute label_stream.
636 637 638 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 636 def label_stream @label_stream end |
Class Method Details
.[](label_specification:, label_stream:) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult .[](arg0, arg1) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
628 629 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 628
def self.[]: (label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
| (Peddler::APIs::ShippingV1::LabelSpecification, String) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
|
.members ⇒ [ :label_specification, :label_stream ]
631 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 631
def self.members: () -> [ :label_specification, :label_stream ]
|
.new(label_specification:, label_stream:) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult .new(arg0, arg1) ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
626 627 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 626
def self.new: (label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
| (Peddler::APIs::ShippingV1::LabelSpecification, String) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
|
.parse ⇒ Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
633 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 633
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShippingV1::RetrieveShippingLabelResult
|
Instance Method Details
#members ⇒ [ :label_specification, :label_stream ]
638 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 638
def members: () -> [ :label_specification, :label_stream ]
|
#to_h ⇒ { label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String }
639 |
# File 'sig/peddler/apis/shipping_v1.rbs', line 639
def to_h: () -> { label_specification: Peddler::APIs::ShippingV1::LabelSpecification, label_stream: String }
|