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



56
57
58
# File 'lib/pinspec/analyzer/target_parser.rb', line 56

def line
  @line
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



56
57
58
# File 'lib/pinspec/analyzer/target_parser.rb', line 56

def method
  @method
end

#scope_nameObject

Returns the value of attribute scope_name

Returns:

  • (Object)

    the current value of scope_name



56
57
58
# File 'lib/pinspec/analyzer/target_parser.rb', line 56

def scope_name
  @scope_name
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



56
57
58
# File 'lib/pinspec/analyzer/target_parser.rb', line 56

def to
  @to
end