Class: Spreadshit::Formula::Literal

Inherits:
Struct
  • Object
show all
Defined in:
lib/spreadshit/formula.rb

Direct Known Subclasses

Number, String

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



17
18
19
# File 'lib/spreadshit/formula.rb', line 17

def content
  @content
end