Class: Peddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#address_line1String? (readonly)

Returns the value of attribute address_line1.

Returns:

  • (String, nil)


1561
1562
1563
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1561

def address_line1
  @address_line1
end

#address_line2String? (readonly)

Returns the value of attribute address_line2.

Returns:

  • (String, nil)


1562
1563
1564
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1562

def address_line2
  @address_line2
end

#address_line3String? (readonly)

Returns the value of attribute address_line3.

Returns:

  • (String, nil)


1563
1564
1565
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1563

def address_line3
  @address_line3
end

#cityString? (readonly)

Returns the value of attribute city.

Returns:

  • (String, nil)


1564
1565
1566
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1564

def city
  @city
end

#country_codeString (readonly)

Returns the value of attribute country_code.

Returns:

  • (String)


1565
1566
1567
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1565

def country_code
  @country_code
end

#district_or_countyString? (readonly)

Returns the value of attribute district_or_county.

Returns:

  • (String, nil)


1566
1567
1568
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1566

def district_or_county
  @district_or_county
end

#postal_codeString (readonly)

Returns the value of attribute postal_code.

Returns:

  • (String)


1567
1568
1569
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1567

def postal_code
  @postal_code
end

#state_or_regionString? (readonly)

Returns the value of attribute state_or_region.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::FulfillmentOutbound20200701::VariablePrecisionAddress

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }