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
56 57 58 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 56 def line @line end |
#method ⇒ Object
Returns the value of attribute method
56 57 58 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 56 def method @method end |
#scope_name ⇒ Object
Returns the value of attribute scope_name
56 57 58 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 56 def scope_name @scope_name end |
#to ⇒ Object
Returns the value of attribute to
56 57 58 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 56 def to @to end |