Class: AdLocalize::Entities::SimpleWording
- Inherits:
-
Struct
- Object
- Struct
- AdLocalize::Entities::SimpleWording
- Defined in:
- lib/ad_localize/entities/simple_wording.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
4 5 6 |
# File 'lib/ad_localize/entities/simple_wording.rb', line 4 def comment @comment end |
#key ⇒ Object
Returns the value of attribute key
4 5 6 |
# File 'lib/ad_localize/entities/simple_wording.rb', line 4 def key @key end |
#value ⇒ Object
Returns the value of attribute value
4 5 6 |
# File 'lib/ad_localize/entities/simple_wording.rb', line 4 def value @value end |