Class: Peddler::APIs::ShipmentInvoicingV0::TaxClassification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShipmentInvoicingV0::TaxClassification
- Defined in:
- sig/peddler/apis/shipment_invoicing_v0.rbs
Instance Attribute Summary collapse
-
#name ⇒ String?
readonly
Returns the value of attribute name.
-
#value ⇒ String?
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :name, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::TaxClassification
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ String? (readonly)
Returns the value of attribute name.
292 293 294 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 292 def name @name end |
#value ⇒ String? (readonly)
Returns the value of attribute value.
293 294 295 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 293 def value @value end |
Class Method Details
.[](name:, value:) ⇒ Peddler::APIs::ShipmentInvoicingV0::TaxClassification .[](arg0, arg1) ⇒ Peddler::APIs::ShipmentInvoicingV0::TaxClassification
285 286 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 285
def self.[]: (?name: String?, ?value: String?) -> Peddler::APIs::ShipmentInvoicingV0::TaxClassification
| (String?, String?) -> Peddler::APIs::ShipmentInvoicingV0::TaxClassification
|
.members ⇒ [ :name, :value ]
288 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 288
def self.members: () -> [ :name, :value ]
|
.new(name:, value:) ⇒ Peddler::APIs::ShipmentInvoicingV0::TaxClassification .new(arg0, arg1) ⇒ Peddler::APIs::ShipmentInvoicingV0::TaxClassification
283 284 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 283
def self.new: (?name: String?, ?value: String?) -> Peddler::APIs::ShipmentInvoicingV0::TaxClassification
| (String?, String?) -> Peddler::APIs::ShipmentInvoicingV0::TaxClassification
|
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::TaxClassification
290 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 290
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShipmentInvoicingV0::TaxClassification
|
Instance Method Details
#members ⇒ [ :name, :value ]
295 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 295
def members: () -> [ :name, :value ]
|
#to_h ⇒ { name: String?, value: String? }
296 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 296
def to_h: () -> { name: String?, value: String? }
|