Class: RuboCop::Cop::FormulaCop::FormulaNodes Private
- Defined in:
- rubocops/extend/formula_cop.rb
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Instance Attribute Summary collapse
-
#body_node ⇒ RuboCop::AST::Node
private
Returns the value of prop
body_node
. -
#class_node ⇒ RuboCop::AST::ConstNode
private
Returns the value of prop
class_node
. -
#node ⇒ RuboCop::AST::ClassNode
private
Returns the value of prop
node
. -
#parent_class_node ⇒ RuboCop::AST::ConstNode
private
Returns the value of prop
parent_class_node
.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#body_node ⇒ RuboCop::AST::Node
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of prop body_node
.
|
# File '' prop :body_node, RuboCop::AST::Node |
#class_node ⇒ RuboCop::AST::ConstNode
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of prop class_node
.
|
# File '' prop :class_node, RuboCop::AST::ConstNode |
#node ⇒ RuboCop::AST::ClassNode
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of prop node
.
|
# File '' prop :node, RuboCop::AST::ClassNode |
#parent_class_node ⇒ RuboCop::AST::ConstNode
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of prop parent_class_node
.
|
# File '' prop :parent_class_node, RuboCop::AST::ConstNode |