Class: HighLevel::Models::Invoices::AddressDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/address_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#address_line1Object (readonly)

Returns the value of attribute address_line1

Returns:

  • (Object)

    the current value of address_line1



9
10
11
# File 'lib/high_level/models/invoices/address_dto.rb', line 9

def address_line1
  @address_line1
end

#address_line2Object (readonly)

Returns the value of attribute address_line2

Returns:

  • (Object)

    the current value of address_line2



9
10
11
# File 'lib/high_level/models/invoices/address_dto.rb', line 9

def address_line2
  @address_line2
end

#cityObject (readonly)

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



9
10
11
# File 'lib/high_level/models/invoices/address_dto.rb', line 9

def city
  @city
end

#country_codeObject (readonly)

Returns the value of attribute country_code

Returns:

  • (Object)

    the current value of country_code



9
10
11
# File 'lib/high_level/models/invoices/address_dto.rb', line 9

def country_code
  @country_code
end

#postal_codeObject (readonly)

Returns the value of attribute postal_code

Returns:

  • (Object)

    the current value of postal_code



9
10
11
# File 'lib/high_level/models/invoices/address_dto.rb', line 9

def postal_code
  @postal_code
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



9
10
11
# File 'lib/high_level/models/invoices/address_dto.rb', line 9

def state
  @state
end