Class: Bash::Merge::Availability
- Inherits:
-
Struct
- Object
- Struct
- Bash::Merge::Availability
- Defined in:
- lib/bash/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#grammar_path ⇒ Object
Returns the value of attribute grammar_path.
-
#node_parser ⇒ Object
Returns the value of attribute node_parser.
Instance Method Summary collapse
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
51 52 53 |
# File 'lib/bash/merge.rb', line 51 def diagnostics @diagnostics end |
#grammar_path ⇒ Object
Returns the value of attribute grammar_path
51 52 53 |
# File 'lib/bash/merge.rb', line 51 def grammar_path @grammar_path end |
#node_parser ⇒ Object
Returns the value of attribute node_parser
51 52 53 |
# File 'lib/bash/merge.rb', line 51 def node_parser @node_parser end |
Instance Method Details
#available? ⇒ Boolean
57 58 59 |
# File 'lib/bash/merge.rb', line 57 def available? node_parser == true end |