Class: Vicary::Corpus::Case

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

Instance Attribute Summary collapse

Instance Attribute Details

#baseObject

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



103
104
105
# File 'lib/vicary/corpus.rb', line 103

def base
  @base
end

#essay_idObject

Returns the value of attribute essay_id

Returns:

  • (Object)

    the current value of essay_id



103
104
105
# File 'lib/vicary/corpus.rb', line 103

def essay_id
  @essay_id
end

#framesObject

Returns the value of attribute frames

Returns:

  • (Object)

    the current value of frames



103
104
105
# File 'lib/vicary/corpus.rb', line 103

def frames
  @frames
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



103
104
105
# File 'lib/vicary/corpus.rb', line 103

def text
  @text
end