Class: Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#address ⇒ Peddler::APIs::FulfillmentOutbound20260704::Address?
readonly
Returns the value of attribute address.
-
#facility_id ⇒ String
readonly
Returns the value of attribute facility_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :facility_id, :address ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
Instance Method Summary collapse
-
#members ⇒ [ :facility_id, :address ]
-
#to_h ⇒ { facility_id: String, address: Peddler::APIs::FulfillmentOutbound20260704::Address? }
Instance Attribute Details
#address ⇒ Peddler::APIs::FulfillmentOutbound20260704::Address? (readonly)
Returns the value of attribute address.
40 41 42 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 40 def address @address end |
#facility_id ⇒ String (readonly)
Returns the value of attribute facility_id.
41 42 43 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 41 def facility_id @facility_id end |
Class Method Details
.[](facility_id:, address:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
33 34 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 33
def self.[]: (facility_id: String, ?address: Peddler::APIs::FulfillmentOutbound20260704::Address?) -> Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
| (String, Peddler::APIs::FulfillmentOutbound20260704::Address?) -> Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
|
.members ⇒ [ :facility_id, :address ]
36 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 36
def self.members: () -> [ :facility_id, :address ]
|
.new(facility_id:, address:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
31 32 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 31
def self.new: (facility_id: String, ?address: Peddler::APIs::FulfillmentOutbound20260704::Address?) -> Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
| (String, Peddler::APIs::FulfillmentOutbound20260704::Address?) -> Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
38 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 38
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::AmazonFacility
|
Instance Method Details
#members ⇒ [ :facility_id, :address ]
43 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 43
def members: () -> [ :facility_id, :address ]
|
#to_h ⇒ { facility_id: String, address: Peddler::APIs::FulfillmentOutbound20260704::Address? }
44 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 44
def to_h: () -> { facility_id: String, address: Peddler::APIs::FulfillmentOutbound20260704::Address? }
|