Class: Greenroom::CLI::Check::Analyzer::Scope
- Inherits:
-
Data
- Object
- Data
- Greenroom::CLI::Check::Analyzer::Scope
- Defined in:
- lib/greenroom/cli/check.rb
Instance Attribute Summary collapse
-
#methods ⇒ Object
readonly
Returns the value of attribute methods.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#node ⇒ Object
readonly
Returns the value of attribute node.
-
#statements ⇒ Object
readonly
Returns the value of attribute statements.
Instance Attribute Details
#methods ⇒ Object (readonly)
Returns the value of attribute methods
109 110 111 |
# File 'lib/greenroom/cli/check.rb', line 109 def methods @methods end |
#name ⇒ Object (readonly)
Returns the value of attribute name
109 110 111 |
# File 'lib/greenroom/cli/check.rb', line 109 def name @name end |
#node ⇒ Object (readonly)
Returns the value of attribute node
109 110 111 |
# File 'lib/greenroom/cli/check.rb', line 109 def node @node end |
#statements ⇒ Object (readonly)
Returns the value of attribute statements
109 110 111 |
# File 'lib/greenroom/cli/check.rb', line 109 def statements @statements end |