Class: HighLevel::Models::Products::ProductLabelDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateObject (readonly)

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



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

def end_date
  @end_date
end

#start_dateObject (readonly)

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



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

def start_date
  @start_date
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end