Class: Apidepth::CLI::FrameworkDetector::DetectedFramework
- Inherits:
-
Struct
- Object
- Struct
- Apidepth::CLI::FrameworkDetector::DetectedFramework
- Defined in:
- lib/apidepth/cli/framework_detector.rb
Instance Attribute Summary collapse
-
#initializer_path ⇒ Object
Returns the value of attribute initializer_path.
-
#initializer_snippet ⇒ Object
Returns the value of attribute initializer_snippet.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#initializer_path ⇒ Object
Returns the value of attribute initializer_path
12 13 14 |
# File 'lib/apidepth/cli/framework_detector.rb', line 12 def initializer_path @initializer_path end |
#initializer_snippet ⇒ Object
Returns the value of attribute initializer_snippet
12 13 14 |
# File 'lib/apidepth/cli/framework_detector.rb', line 12 def initializer_snippet @initializer_snippet end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/apidepth/cli/framework_detector.rb', line 12 def name @name end |