Class: HighLevel::Models::Store::ContactAddress

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/store/contact_address.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/store/contact_address.rb', line 9

def address_line1
  @address_line1
end

#cityObject (readonly)

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



9
10
11
# File 'lib/high_level/models/store/contact_address.rb', line 9

def city
  @city
end

#company_nameObject (readonly)

Returns the value of attribute company_name

Returns:

  • (Object)

    the current value of company_name



9
10
11
# File 'lib/high_level/models/store/contact_address.rb', line 9

def company_name
  @company_name
end

#countryObject (readonly)

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



9
10
11
# File 'lib/high_level/models/store/contact_address.rb', line 9

def country
  @country
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/store/contact_address.rb', line 9

def email
  @email
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/store/contact_address.rb', line 9

def name
  @name
end

#phoneObject (readonly)

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



9
10
11
# File 'lib/high_level/models/store/contact_address.rb', line 9

def phone
  @phone
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



9
10
11
# File 'lib/high_level/models/store/contact_address.rb', line 9

def state
  @state
end

#zipObject (readonly)

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



9
10
11
# File 'lib/high_level/models/store/contact_address.rb', line 9

def zip
  @zip
end