Class: HighLevel::Models::Products::ListPricesResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/list_prices_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pricesObject (readonly)

Returns the value of attribute prices

Returns:

  • (Object)

    the current value of prices



9
10
11
# File 'lib/high_level/models/products/list_prices_response_dto.rb', line 9

def prices
  @prices
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



9
10
11
# File 'lib/high_level/models/products/list_prices_response_dto.rb', line 9

def total
  @total
end