Class: MetzScan::ProjectIndex::MethodDeclaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/metz_scan/project_index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def line
  @line
end

#method_identityObject

Returns the value of attribute method_identity

Returns:

  • (Object)

    the current value of method_identity



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def method_identity
  @method_identity
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def method_name
  @method_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def name
  @name
end

#owner_nameObject

Returns the value of attribute owner_name

Returns:

  • (Object)

    the current value of owner_name



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def owner_name
  @owner_name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def path
  @path
end

#receiver_kindObject

Returns the value of attribute receiver_kind

Returns:

  • (Object)

    the current value of receiver_kind



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def receiver_kind
  @receiver_kind
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



10
11
12
# File 'lib/metz_scan/project_index.rb', line 10

def signature
  @signature
end