Class: Pinspec::Analyzer::TargetParser::MethodDef
- Inherits:
-
Struct
- Object
- Struct
- Pinspec::Analyzer::TargetParser::MethodDef
- Defined in:
- lib/pinspec/analyzer/target_parser.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#node ⇒ Object
Returns the value of attribute node.
-
#scope_name ⇒ Object
Returns the value of attribute scope_name.
-
#singleton ⇒ Object
Returns the value of attribute singleton.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
64 65 66 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 64 def name @name end |
#node ⇒ Object
Returns the value of attribute node
64 65 66 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 64 def node @node end |
#scope_name ⇒ Object
Returns the value of attribute scope_name
64 65 66 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 64 def scope_name @scope_name end |
#singleton ⇒ Object
Returns the value of attribute singleton
64 65 66 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 64 def singleton @singleton end |
#visibility ⇒ Object
Returns the value of attribute visibility
64 65 66 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 64 def visibility @visibility end |