Class: Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#address_line1 ⇒ String?
readonly
Returns the value of attribute address_line1.
-
#address_line2 ⇒ String?
readonly
Returns the value of attribute address_line2.
-
#address_line3 ⇒ String?
readonly
Returns the value of attribute address_line3.
-
#city ⇒ String?
readonly
Returns the value of attribute city.
-
#country_code ⇒ String
readonly
Returns the value of attribute country_code.
-
#district_or_county ⇒ String?
readonly
Returns the value of attribute district_or_county.
-
#postal_code ⇒ String
readonly
Returns the value of attribute postal_code.
-
#state_or_region ⇒ String?
readonly
Returns the value of attribute state_or_region.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :country_code, :postal_code, :address_line1, :address_line2, :address_line3, :city, :district_or_county, :state_or_region ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
Instance Method Summary collapse
-
#members ⇒ [ :country_code, :postal_code, :address_line1, :address_line2, :address_line3, :city, :district_or_county, :state_or_region ]
-
#to_h ⇒ { country_code: String, postal_code: String, address_line1: String?, address_line2: String?, address_line3: String?, city: String?, district_or_county: String?, state_or_region: String? }
Instance Attribute Details
#address_line1 ⇒ String? (readonly)
Returns the value of attribute address_line1.
1561 1562 1563 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1561 def address_line1 @address_line1 end |
#address_line2 ⇒ String? (readonly)
Returns the value of attribute address_line2.
1562 1563 1564 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1562 def address_line2 @address_line2 end |
#address_line3 ⇒ String? (readonly)
Returns the value of attribute address_line3.
1563 1564 1565 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1563 def address_line3 @address_line3 end |
#city ⇒ String? (readonly)
Returns the value of attribute city.
1564 1565 1566 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1564 def city @city end |
#country_code ⇒ String (readonly)
Returns the value of attribute country_code.
1565 1566 1567 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1565 def country_code @country_code end |
#district_or_county ⇒ String? (readonly)
Returns the value of attribute district_or_county.
1566 1567 1568 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1566 def district_or_county @district_or_county end |
#postal_code ⇒ String (readonly)
Returns the value of attribute postal_code.
1567 1568 1569 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1567 def postal_code @postal_code end |
#state_or_region ⇒ String? (readonly)
Returns the value of attribute state_or_region.
1568 1569 1570 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1568 def state_or_region @state_or_region end |
Class Method Details
.[](country_code:, postal_code:, address_line1:, address_line2:, address_line3:, city:, district_or_county:, state_or_region:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
1554 1555 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1554
def self.[]: (country_code: String, postal_code: String, ?address_line1: String?, ?address_line2: String?, ?address_line3: String?, ?city: String?, ?district_or_county: String?, ?state_or_region: String?) -> Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
| (String, String, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
|
.members ⇒ [ :country_code, :postal_code, :address_line1, :address_line2, :address_line3, :city, :district_or_county, :state_or_region ]
1557 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1557
def self.members: () -> [ :country_code, :postal_code, :address_line1, :address_line2, :address_line3, :city, :district_or_county, :state_or_region ]
|
.new(country_code:, postal_code:, address_line1:, address_line2:, address_line3:, city:, district_or_county:, state_or_region:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
1552 1553 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1552
def self.new: (country_code: String, postal_code: String, ?address_line1: String?, ?address_line2: String?, ?address_line3: String?, ?city: String?, ?district_or_county: String?, ?state_or_region: String?) -> Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
| (String, String, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
1559 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1559
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress
|
Instance Method Details
#members ⇒ [ :country_code, :postal_code, :address_line1, :address_line2, :address_line3, :city, :district_or_county, :state_or_region ]
1570 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1570
def members: () -> [ :country_code, :postal_code, :address_line1, :address_line2, :address_line3, :city, :district_or_county, :state_or_region ]
|
#to_h ⇒ { country_code: String, postal_code: String, address_line1: String?, address_line2: String?, address_line3: String?, city: String?, district_or_county: String?, state_or_region: String? }
1571 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1571
def to_h: () -> { country_code: String, postal_code: String, address_line1: String?, address_line2: String?, address_line3: String?, city: String?, district_or_county: String?, state_or_region: String? }
|