Class: Taski::StaticAnalysis::StartDepAnalyzer::DepInfo
- Inherits:
-
Data
- Object
- Data
- Taski::StaticAnalysis::StartDepAnalyzer::DepInfo
- Defined in:
- lib/taski/static_analysis/start_dep_analyzer.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
Instance Attribute Details
#klass ⇒ Object (readonly)
Returns the value of attribute klass
19 20 21 |
# File 'lib/taski/static_analysis/start_dep_analyzer.rb', line 19 def klass @klass end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
19 20 21 |
# File 'lib/taski/static_analysis/start_dep_analyzer.rb', line 19 def method_name @method_name end |