Class: Pinspec::Analyzer::TargetParser::Descriptor
- Inherits:
-
Data
- Object
- Data
- Pinspec::Analyzer::TargetParser::Descriptor
- Defined in:
- lib/pinspec/analyzer/target_parser.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
readonly
Returns the value of attribute class_name.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
-
#singleton ⇒ Object
readonly
Returns the value of attribute singleton.
Instance Attribute Details
#class_name ⇒ Object (readonly)
Returns the value of attribute class_name
44 45 46 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 44 def class_name @class_name end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
44 45 46 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 44 def method_name @method_name end |
#singleton ⇒ Object (readonly)
Returns the value of attribute singleton
44 45 46 |
# File 'lib/pinspec/analyzer/target_parser.rb', line 44 def singleton @singleton end |