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
51 52 53 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 51 def name @name end |
#node ⇒ Object
Returns the value of attribute node
51 52 53 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 51 def node @node end |
#scope_name ⇒ Object
Returns the value of attribute scope_name
51 52 53 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 51 def scope_name @scope_name end |
#singleton ⇒ Object
Returns the value of attribute singleton
51 52 53 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 51 def singleton @singleton end |
#visibility ⇒ Object
Returns the value of attribute visibility
51 52 53 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 51 def visibility @visibility end |