Class: PlatformosCheck::Node
- Inherits:
-
Object
- Object
- PlatformosCheck::Node
- Defined in:
- lib/platformos_check/node.rb
Direct Known Subclasses
Instance Method Summary collapse
- #app_file ⇒ Object
- #children ⇒ Object
- #end_column ⇒ Object
- #end_index ⇒ Object
- #end_row ⇒ Object
- #line_number ⇒ Object
- #markup ⇒ Object
- #parent ⇒ Object
- #start_column ⇒ Object
- #start_index ⇒ Object
- #start_row ⇒ Object
- #value ⇒ Object
Instance Method Details
#app_file ⇒ Object
9 10 11 |
# File 'lib/platformos_check/node.rb', line 9 def app_file raise NotImplementedError end |
#children ⇒ Object
17 18 19 |
# File 'lib/platformos_check/node.rb', line 17 def children raise NotImplementedError end |
#end_column ⇒ Object
49 50 51 |
# File 'lib/platformos_check/node.rb', line 49 def end_column raise NotImplementedError end |
#end_index ⇒ Object
41 42 43 |
# File 'lib/platformos_check/node.rb', line 41 def end_index raise NotImplementedError end |
#end_row ⇒ Object
45 46 47 |
# File 'lib/platformos_check/node.rb', line 45 def end_row raise NotImplementedError end |
#line_number ⇒ Object
25 26 27 |
# File 'lib/platformos_check/node.rb', line 25 def line_number raise NotImplementedError end |
#markup ⇒ Object
21 22 23 |
# File 'lib/platformos_check/node.rb', line 21 def markup raise NotImplementedError end |
#parent ⇒ Object
5 6 7 |
# File 'lib/platformos_check/node.rb', line 5 def parent raise NotImplementedError end |
#start_column ⇒ Object
37 38 39 |
# File 'lib/platformos_check/node.rb', line 37 def start_column raise NotImplementedError end |
#start_index ⇒ Object
29 30 31 |
# File 'lib/platformos_check/node.rb', line 29 def start_index raise NotImplementedError end |
#start_row ⇒ Object
33 34 35 |
# File 'lib/platformos_check/node.rb', line 33 def start_row raise NotImplementedError end |
#value ⇒ Object
13 14 15 |
# File 'lib/platformos_check/node.rb', line 13 def value raise NotImplementedError end |