Class: Pinspec::Analyzer::TargetParser::Delegation
- Inherits:
-
Struct
- Object
- Struct
- Pinspec::Analyzer::TargetParser::Delegation
- Defined in:
- lib/pinspec/analyzer/target_parser.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#method ⇒ Object
Returns the value of attribute method.
-
#scope_name ⇒ Object
Returns the value of attribute scope_name.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
69 70 71 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 69 def line @line end |
#method ⇒ Object
Returns the value of attribute method
69 70 71 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 69 def method @method end |
#scope_name ⇒ Object
Returns the value of attribute scope_name
69 70 71 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 69 def scope_name @scope_name end |
#to ⇒ Object
Returns the value of attribute to
69 70 71 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 69 def to @to end |