Class: Vicary::Corpus::Case
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Corpus::Case
- Defined in:
- lib/vicary/corpus.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
-
#essay_id ⇒ Object
Returns the value of attribute essay_id.
-
#frames ⇒ Object
Returns the value of attribute frames.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base
103 104 105 |
# File 'lib/vicary/corpus.rb', line 103 def base @base end |
#essay_id ⇒ Object
Returns the value of attribute essay_id
103 104 105 |
# File 'lib/vicary/corpus.rb', line 103 def essay_id @essay_id end |
#frames ⇒ Object
Returns the value of attribute frames
103 104 105 |
# File 'lib/vicary/corpus.rb', line 103 def frames @frames end |
#text ⇒ Object
Returns the value of attribute text
103 104 105 |
# File 'lib/vicary/corpus.rb', line 103 def text @text end |