Class: Pinspec::Analyzer::TargetParser::Descriptor

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

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject (readonly)

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



44
45
46
# File 'lib/pinspec/analyzer/target_parser.rb', line 44

def class_name
  @class_name
end

#method_nameObject (readonly)

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



44
45
46
# File 'lib/pinspec/analyzer/target_parser.rb', line 44

def method_name
  @method_name
end

#singletonObject (readonly)

Returns the value of attribute singleton

Returns:

  • (Object)

    the current value of singleton



44
45
46
# File 'lib/pinspec/analyzer/target_parser.rb', line 44

def singleton
  @singleton
end