Class: Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
- Defined in:
- sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs
Instance Attribute Summary collapse
-
#fba ⇒ String?
readonly
Returns the value of attribute fba.
-
#mfn ⇒ String?
readonly
Returns the value of attribute mfn.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fba, :mfn ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
Instance Method Summary collapse
Instance Attribute Details
#fba ⇒ String? (readonly)
Returns the value of attribute fba.
83 84 85 |
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 83 def fba @fba end |
#mfn ⇒ String? (readonly)
Returns the value of attribute mfn.
84 85 86 |
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 84 def mfn @mfn end |
Class Method Details
.[](fba:, mfn:) ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
76 77 |
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 76
def self.[]: (?fba: String?, ?mfn: String?) -> Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
|
.members ⇒ [ :fba, :mfn ]
79 |
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 79
def self.members: () -> [ :fba, :mfn ]
|
.new(fba:, mfn:) ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
74 75 |
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 74
def self.new: (?fba: String?, ?mfn: String?) -> Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
| (String?, String?) -> Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
81 |
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 81
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentLocation20260730::LocationIdMap
|
Instance Method Details
#members ⇒ [ :fba, :mfn ]
86 |
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 86
def members: () -> [ :fba, :mfn ]
|
#to_h ⇒ { fba: String?, mfn: String? }
87 |
# File 'sig/peddler/apis/external_fulfillment_location_2026_07_30.rbs', line 87
def to_h: () -> { fba: String?, mfn: String? }
|