Class: ReportsKit::Value
- Inherits:
-
Struct
- Object
- Struct
- ReportsKit::Value
- Defined in:
- lib/reports_kit/value.rb
Instance Attribute Summary collapse
-
#formatted ⇒ Object
Returns the value of attribute formatted.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#formatted ⇒ Object
Returns the value of attribute formatted
2 3 4 |
# File 'lib/reports_kit/value.rb', line 2 def formatted @formatted end |
#raw ⇒ Object
Returns the value of attribute raw
2 3 4 |
# File 'lib/reports_kit/value.rb', line 2 def raw @raw end |