Class: HighLevel::Models::Businesses::BusinessDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/businesses/business_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject (readonly)

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def address
  @address
end

#cityObject (readonly)

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def city
  @city
end

#countryObject (readonly)

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def country
  @country
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def created_at
  @created_at
end

#created_byObject (readonly)

Returns the value of attribute created_by

Returns:

  • (Object)

    the current value of created_by



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def created_by
  @created_by
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def description
  @description
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def email
  @email
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def id
  @id
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def location_id
  @location_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/businesses/business_dto.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/businesses/business_dto.rb', line 9

def phone
  @phone
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/businesses/business_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/businesses/business_dto.rb', line 9

def state
  @state
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def updated_at
  @updated_at
end

#updated_byObject (readonly)

Returns the value of attribute updated_by

Returns:

  • (Object)

    the current value of updated_by



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def updated_by
  @updated_by
end

#websiteObject (readonly)

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



9
10
11
# File 'lib/high_level/models/businesses/business_dto.rb', line 9

def website
  @website
end