Class: LLT::Review::Helpers::Parsing::Result

Inherits:
Object
  • Object
show all
Includes:
Core::Structures::HashContainable
Defined in:
lib/llt/review/helpers/parsing/result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#formatObject

Returns the value of attribute format.



4
5
6
# File 'lib/llt/review/helpers/parsing/result.rb', line 4

def format
  @format
end

#langObject

Returns the value of attribute lang.



4
5
6
# File 'lib/llt/review/helpers/parsing/result.rb', line 4

def lang
  @lang
end

Instance Method Details

#annotatorsObject



6
7
8
# File 'lib/llt/review/helpers/parsing/result.rb', line 6

def annotators
  @annotators ||= Helper::Annotators.new
end