Class: HighLevel::Models::Invoices::BusinessDetailsDto

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

def address
  @address
end

#custom_valuesObject (readonly)

Returns the value of attribute custom_values

Returns:

  • (Object)

    the current value of custom_values



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

def custom_values
  @custom_values
end

#logo_urlObject (readonly)

Returns the value of attribute logo_url

Returns:

  • (Object)

    the current value of logo_url



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

def logo_url
  @logo_url
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#phone_noObject (readonly)

Returns the value of attribute phone_no

Returns:

  • (Object)

    the current value of phone_no



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

def phone_no
  @phone_no
end

#websiteObject (readonly)

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



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

def website
  @website
end