Class: GreenMonster::Attribute::String
- Inherits:
-
Reversible
- Object
- Abstract
- Reversible
- GreenMonster::Attribute::String
- Defined in:
- lib/green_monster/attribute/string.rb
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods included from Encodable
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from GreenMonster::Attribute::Abstract
Instance Method Details
#decode(value) ⇒ Object
4 |
# File 'lib/green_monster/attribute/string.rb', line 4 def decode(value); value.to_s; end |