Class: ReportsKit::Value

Inherits:
Struct
  • Object
show all
Defined in:
lib/reports_kit/value.rb

Instance Attribute Summary collapse

Instance Attribute Details

#formattedObject

Returns the value of attribute formatted

Returns:

  • (Object)

    the current value of formatted



2
3
4
# File 'lib/reports_kit/value.rb', line 2

def formatted
  @formatted
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



2
3
4
# File 'lib/reports_kit/value.rb', line 2

def raw
  @raw
end