Class: Rarff::Comment

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

Instance Attribute Summary collapse

Instance Attribute Details

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



115
116
117
# File 'lib/rarff.rb', line 115

def row
  @row
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



115
116
117
# File 'lib/rarff.rb', line 115

def text
  @text
end