Class: CompoundWordingViewModel

Inherits:
Struct
  • Object
show all
Defined in:
lib/ad_localize/view_models/compound_wording_view_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



2
3
4
# File 'lib/ad_localize/view_models/compound_wording_view_model.rb', line 2

def label
  @label
end

#variantsObject

Returns the value of attribute variants

Returns:

  • (Object)

    the current value of variants



2
3
4
# File 'lib/ad_localize/view_models/compound_wording_view_model.rb', line 2

def variants
  @variants
end