Class: AnnotateRb::ModelAnnotator::SingleFileRemoveAnnotationInstruction
- Inherits:
-
Object
- Object
- AnnotateRb::ModelAnnotator::SingleFileRemoveAnnotationInstruction
- Defined in:
- lib/annotate_rb/model_annotator/single_file_remove_annotation_instruction.rb
Overview
A plain old Ruby object (PORO) that contains all necessary information for SingleFileAnnotationRemover
Instance Attribute Summary collapse
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(file, options) ⇒ SingleFileRemoveAnnotationInstruction
constructor
A new instance of SingleFileRemoveAnnotationInstruction.
Constructor Details
#initialize(file, options) ⇒ SingleFileRemoveAnnotationInstruction
Returns a new instance of SingleFileRemoveAnnotationInstruction.
7 8 9 10 |
# File 'lib/annotate_rb/model_annotator/single_file_remove_annotation_instruction.rb', line 7 def initialize(file, ) @file = file # Path to file @options = end |
Instance Attribute Details
#file ⇒ Object (readonly)
Returns the value of attribute file.
12 13 14 |
# File 'lib/annotate_rb/model_annotator/single_file_remove_annotation_instruction.rb', line 12 def file @file end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
12 13 14 |
# File 'lib/annotate_rb/model_annotator/single_file_remove_annotation_instruction.rb', line 12 def @options end |