Class: SimpleWordingViewModel
- Inherits:
-
Struct
- Object
- Struct
- SimpleWordingViewModel
- Defined in:
- lib/ad_localize/view_models/simple_wording_view_model.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#label ⇒ Object
Returns the value of attribute label.
-
#value ⇒ Object
Returns the value of attribute value.
-
#variant_name ⇒ Object
Returns the value of attribute variant_name.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
2 3 4 |
# File 'lib/ad_localize/view_models/simple_wording_view_model.rb', line 2 def comment @comment end |
#label ⇒ Object
Returns the value of attribute label
2 3 4 |
# File 'lib/ad_localize/view_models/simple_wording_view_model.rb', line 2 def label @label end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/ad_localize/view_models/simple_wording_view_model.rb', line 2 def value @value end |
#variant_name ⇒ Object
Returns the value of attribute variant_name
2 3 4 |
# File 'lib/ad_localize/view_models/simple_wording_view_model.rb', line 2 def variant_name @variant_name end |