Class: Pinspec::Analyzer::TargetParser::Delegation

Inherits:
Struct
  • Object
show all
Defined in:
lib/pinspec/analyzer/target_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



69
70
71
# File 'lib/pinspec/analyzer/target_parser.rb', line 69

def line
  @line
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



69
70
71
# File 'lib/pinspec/analyzer/target_parser.rb', line 69

def method
  @method
end

#scope_nameObject

Returns the value of attribute scope_name

Returns:

  • (Object)

    the current value of scope_name



69
70
71
# File 'lib/pinspec/analyzer/target_parser.rb', line 69

def scope_name
  @scope_name
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



69
70
71
# File 'lib/pinspec/analyzer/target_parser.rb', line 69

def to
  @to
end