Class: Translateable::AttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Translateable::AttributeValue
- Defined in:
- lib/translateable.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#locale ⇒ Object
Returns the value of attribute locale.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
12 13 14 |
# File 'lib/translateable.rb', line 12 def data @data end |
#locale ⇒ Object
Returns the value of attribute locale
12 13 14 |
# File 'lib/translateable.rb', line 12 def locale @locale end |