Class: Peddler::APIs::Orders20260101::MerchantAddress
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::MerchantAddress
- Defined in:
- sig/peddler/apis/orders_2026_01_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.
-
#municipality ⇒ String?
readonly
Returns the value of attribute municipality.
-
#name ⇒ String?
readonly
Returns the value of attribute name.
-
#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 ⇒ [ :address_line1, :address_line2, :address_line3, :city, :country_code, :district_or_county, :municipality, :name, :postal_code, :state_or_region ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::MerchantAddress
Instance Method Summary collapse
-
#members ⇒ [ :address_line1, :address_line2, :address_line3, :city, :country_code, :district_or_county, :municipality, :name, :postal_code, :state_or_region ]
-
#to_h ⇒ { address_line1: String?, address_line2: String?, address_line3: String?, city: String?, country_code: String?, district_or_county: String?, municipality: String?, name: String?, postal_code: String?, state_or_region: String? }
Instance Attribute Details
#address_line1 ⇒ String? (readonly)
Returns the value of attribute address_line1.
652 653 654 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 652 def address_line1 @address_line1 end |
#address_line2 ⇒ String? (readonly)
Returns the value of attribute address_line2.
653 654 655 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 653 def address_line2 @address_line2 end |
#address_line3 ⇒ String? (readonly)
Returns the value of attribute address_line3.
654 655 656 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 654 def address_line3 @address_line3 end |
#city ⇒ String? (readonly)
Returns the value of attribute city.
655 656 657 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 655 def city @city end |
#country_code ⇒ String? (readonly)
Returns the value of attribute country_code.
656 657 658 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 656 def country_code @country_code end |
#district_or_county ⇒ String? (readonly)
Returns the value of attribute district_or_county.
657 658 659 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 657 def district_or_county @district_or_county end |
#municipality ⇒ String? (readonly)
Returns the value of attribute municipality.
658 659 660 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 658 def municipality @municipality end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
659 660 661 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 659 def name @name end |
#postal_code ⇒ String? (readonly)
Returns the value of attribute postal_code.
660 661 662 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 660 def postal_code @postal_code end |
#state_or_region ⇒ String? (readonly)
Returns the value of attribute state_or_region.
661 662 663 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 661 def state_or_region @state_or_region end |
Class Method Details
.[](address_line1:, address_line2:, address_line3:, city:, country_code:, district_or_county:, municipality:, name:, postal_code:, state_or_region:) ⇒ Peddler::APIs::Orders20260101::MerchantAddress .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::Orders20260101::MerchantAddress
645 646 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 645
def self.[]: (?address_line1: String?, ?address_line2: String?, ?address_line3: String?, ?city: String?, ?country_code: String?, ?district_or_county: String?, ?municipality: String?, ?name: String?, ?postal_code: String?, ?state_or_region: String?) -> Peddler::APIs::Orders20260101::MerchantAddress
| (String?, String?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::Orders20260101::MerchantAddress
|
.members ⇒ [ :address_line1, :address_line2, :address_line3, :city, :country_code, :district_or_county, :municipality, :name, :postal_code, :state_or_region ]
648 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 648
def self.members: () -> [ :address_line1, :address_line2, :address_line3, :city, :country_code, :district_or_county, :municipality, :name, :postal_code, :state_or_region ]
|
.new(address_line1:, address_line2:, address_line3:, city:, country_code:, district_or_county:, municipality:, name:, postal_code:, state_or_region:) ⇒ Peddler::APIs::Orders20260101::MerchantAddress .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) ⇒ Peddler::APIs::Orders20260101::MerchantAddress
643 644 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 643
def self.new: (?address_line1: String?, ?address_line2: String?, ?address_line3: String?, ?city: String?, ?country_code: String?, ?district_or_county: String?, ?municipality: String?, ?name: String?, ?postal_code: String?, ?state_or_region: String?) -> Peddler::APIs::Orders20260101::MerchantAddress
| (String?, String?, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::Orders20260101::MerchantAddress
|
.parse ⇒ Peddler::APIs::Orders20260101::MerchantAddress
650 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 650
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::MerchantAddress
|
Instance Method Details
#members ⇒ [ :address_line1, :address_line2, :address_line3, :city, :country_code, :district_or_county, :municipality, :name, :postal_code, :state_or_region ]
663 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 663
def members: () -> [ :address_line1, :address_line2, :address_line3, :city, :country_code, :district_or_county, :municipality, :name, :postal_code, :state_or_region ]
|
#to_h ⇒ { address_line1: String?, address_line2: String?, address_line3: String?, city: String?, country_code: String?, district_or_county: String?, municipality: String?, name: String?, postal_code: String?, state_or_region: String? }
664 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 664
def to_h: () -> { address_line1: String?, address_line2: String?, address_line3: String?, city: String?, country_code: String?, district_or_county: String?, municipality: String?, name: String?, postal_code: String?, state_or_region: String? }
|