Class: LLT::Review::Helpers::Parsing::Result
- Inherits:
-
Object
- Object
- LLT::Review::Helpers::Parsing::Result
- Includes:
- Core::Structures::HashContainable
- Defined in:
- lib/llt/review/helpers/parsing/result.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#lang ⇒ Object
Returns the value of attribute lang.
Instance Method Summary collapse
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
4 5 6 |
# File 'lib/llt/review/helpers/parsing/result.rb', line 4 def format @format end |
#lang ⇒ Object
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
#annotators ⇒ Object
6 7 8 |
# File 'lib/llt/review/helpers/parsing/result.rb', line 6 def annotators @annotators ||= Helper::Annotators.new end |