Class: Peddler::APIs::Orders20260101::TaxRegistrationAttribute
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::TaxRegistrationAttribute
- Defined in:
- sig/peddler/apis/orders_2026_01_01.rbs
Instance Attribute Summary collapse
-
#key ⇒ String?
readonly
Returns the value of attribute key.
-
#value ⇒ String?
readonly
Returns the value of attribute value.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :key, :value ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::TaxRegistrationAttribute
Instance Method Summary collapse
Instance Attribute Details
#key ⇒ String? (readonly)
Returns the value of attribute key.
1109 1110 1111 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1109 def key @key end |
#value ⇒ String? (readonly)
Returns the value of attribute value.
1110 1111 1112 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1110 def value @value end |
Class Method Details
.[](key:, value:) ⇒ Peddler::APIs::Orders20260101::TaxRegistrationAttribute .[](arg0, arg1) ⇒ Peddler::APIs::Orders20260101::TaxRegistrationAttribute
1102 1103 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1102
def self.[]: (?key: String?, ?value: String?) -> Peddler::APIs::Orders20260101::TaxRegistrationAttribute
| (String?, String?) -> Peddler::APIs::Orders20260101::TaxRegistrationAttribute
|
.members ⇒ [ :key, :value ]
1105 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1105
def self.members: () -> [ :key, :value ]
|
.new(key:, value:) ⇒ Peddler::APIs::Orders20260101::TaxRegistrationAttribute .new(arg0, arg1) ⇒ Peddler::APIs::Orders20260101::TaxRegistrationAttribute
1100 1101 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1100
def self.new: (?key: String?, ?value: String?) -> Peddler::APIs::Orders20260101::TaxRegistrationAttribute
| (String?, String?) -> Peddler::APIs::Orders20260101::TaxRegistrationAttribute
|
.parse ⇒ Peddler::APIs::Orders20260101::TaxRegistrationAttribute
1107 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1107
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::TaxRegistrationAttribute
|
Instance Method Details
#members ⇒ [ :key, :value ]
1112 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1112
def members: () -> [ :key, :value ]
|
#to_h ⇒ { key: String?, value: String? }
1113 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 1113
def to_h: () -> { key: String?, value: String? }
|