Class: Peddler::APIs::VendorInvoicesV1::Address

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_invoices_v1.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)


32
33
34
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 32

def address_line1
  @address_line1
end

#address_line2String? (readonly)

Returns the value of attribute address_line2.

Returns:

  • (String, nil)


33
34
35
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 33

def address_line2
  @address_line2
end

#address_line3String? (readonly)

Returns the value of attribute address_line3.

Returns:

  • (String, nil)


34
35
36
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 34

def address_line3
  @address_line3
end

#cityString? (readonly)

Returns the value of attribute city.

Returns:

  • (String, nil)


35
36
37
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 35

def city
  @city
end

#country_codeString (readonly)

Returns the value of attribute country_code.

Returns:

  • (String)


36
37
38
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 36

def country_code
  @country_code
end

#countyString? (readonly)

Returns the value of attribute county.

Returns:

  • (String, nil)


37
38
39
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 37

def county
  @county
end

#districtString? (readonly)

Returns the value of attribute district.

Returns:

  • (String, nil)


38
39
40
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 38

def district
  @district
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


39
40
41
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 39

def name
  @name
end

#phoneString? (readonly)

Returns the value of attribute phone.

Returns:

  • (String, nil)


40
41
42
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 40

def phone
  @phone
end

#postal_or_zip_codeString? (readonly)

Returns the value of attribute postal_or_zip_code.

Returns:

  • (String, nil)


41
42
43
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 41

def postal_or_zip_code
  @postal_or_zip_code
end

#state_or_regionString? (readonly)

Returns the value of attribute state_or_region.

Returns:

  • (String, nil)


42
43
44
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 42

def state_or_region
  @state_or_region
end

Class Method Details

.[](address_line1:, country_code:, name:, address_line2:, address_line3:, city:, county:, district:, phone:, postal_or_zip_code:, state_or_region:) ⇒ Peddler::APIs::VendorInvoicesV1::Address .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::VendorInvoicesV1::Address

Overloads:

  • .[](address_line1:, country_code:, name:, address_line2:, address_line3:, city:, county:, district:, phone:, postal_or_zip_code:, state_or_region:) ⇒ Peddler::APIs::VendorInvoicesV1::Address

    Parameters:

    • address_line1: (String)
    • country_code: (String)
    • name: (String)
    • address_line2: (String, nil)
    • address_line3: (String, nil)
    • city: (String, nil)
    • county: (String, nil)
    • district: (String, nil)
    • phone: (String, nil)
    • postal_or_zip_code: (String, nil)
    • state_or_region: (String, nil)

    Returns:

  • .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::VendorInvoicesV1::Address

    Parameters:

    • arg0 (String)
    • arg1 (String)
    • arg2 (String)
    • arg3 (String, nil)
    • arg4 (String, nil)
    • arg5 (String, nil)
    • arg6 (String, nil)
    • arg7 (String, nil)
    • arg8 (String, nil)
    • arg9 (String, nil)
    • arg10 (String, nil)

    Returns:



25
26
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 25

def self.[]: (address_line1: String, country_code: String, name: String, ?address_line2: String?, ?address_line3: String?, ?city: String?, ?county: String?, ?district: String?, ?phone: String?, ?postal_or_zip_code: String?, ?state_or_region: String?) -> Peddler::APIs::VendorInvoicesV1::Address
| (String, String, String, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::VendorInvoicesV1::Address

.members[ :address_line1, :country_code, :name, :address_line2, :address_line3, :city, :county, :district, :phone, :postal_or_zip_code, :state_or_region ]

Returns:

  • ([ :address_line1, :country_code, :name, :address_line2, :address_line3, :city, :county, :district, :phone, :postal_or_zip_code, :state_or_region ])


28
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 28

def self.members: () -> [ :address_line1, :country_code, :name, :address_line2, :address_line3, :city, :county, :district, :phone, :postal_or_zip_code, :state_or_region ]

.new(address_line1:, country_code:, name:, address_line2:, address_line3:, city:, county:, district:, phone:, postal_or_zip_code:, state_or_region:) ⇒ Peddler::APIs::VendorInvoicesV1::Address .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::VendorInvoicesV1::Address

Overloads:

  • .new(address_line1:, country_code:, name:, address_line2:, address_line3:, city:, county:, district:, phone:, postal_or_zip_code:, state_or_region:) ⇒ Peddler::APIs::VendorInvoicesV1::Address

    Parameters:

    • address_line1: (String)
    • country_code: (String)
    • name: (String)
    • address_line2: (String, nil)
    • address_line3: (String, nil)
    • city: (String, nil)
    • county: (String, nil)
    • district: (String, nil)
    • phone: (String, nil)
    • postal_or_zip_code: (String, nil)
    • state_or_region: (String, nil)

    Returns:

  • .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::VendorInvoicesV1::Address

    Parameters:

    • arg0 (String)
    • arg1 (String)
    • arg2 (String)
    • arg3 (String, nil)
    • arg4 (String, nil)
    • arg5 (String, nil)
    • arg6 (String, nil)
    • arg7 (String, nil)
    • arg8 (String, nil)
    • arg9 (String, nil)
    • arg10 (String, nil)

    Returns:



23
24
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 23

def self.new: (address_line1: String, country_code: String, name: String, ?address_line2: String?, ?address_line3: String?, ?city: String?, ?county: String?, ?district: String?, ?phone: String?, ?postal_or_zip_code: String?, ?state_or_region: String?) -> Peddler::APIs::VendorInvoicesV1::Address
| (String, String, String, String?, String?, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::VendorInvoicesV1::Address

.parsePeddler::APIs::VendorInvoicesV1::Address

Parameters:

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

Returns:



30
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 30

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorInvoicesV1::Address

Instance Method Details

#members[ :address_line1, :country_code, :name, :address_line2, :address_line3, :city, :county, :district, :phone, :postal_or_zip_code, :state_or_region ]

Returns:

  • ([ :address_line1, :country_code, :name, :address_line2, :address_line3, :city, :county, :district, :phone, :postal_or_zip_code, :state_or_region ])


44
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 44

def members: () -> [ :address_line1, :country_code, :name, :address_line2, :address_line3, :city, :county, :district, :phone, :postal_or_zip_code, :state_or_region ]

#to_h{ address_line1: String, country_code: String, name: String, address_line2: String?, address_line3: String?, city: String?, county: String?, district: String?, phone: String?, postal_or_zip_code: String?, state_or_region: String? }

Returns:

  • ({ address_line1: String, country_code: String, name: String, address_line2: String?, address_line3: String?, city: String?, county: String?, district: String?, phone: String?, postal_or_zip_code: String?, state_or_region: String? })


45
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 45

def to_h: () -> { address_line1: String, country_code: String, name: String, address_line2: String?, address_line3: String?, city: String?, county: String?, district: String?, phone: String?, postal_or_zip_code: String?, state_or_region: String? }