Class: Apidepth::CLI::FrameworkDetector::DetectedFramework

Inherits:
Struct
  • Object
show all
Defined in:
lib/apidepth/cli/framework_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#initializer_pathObject

Returns the value of attribute initializer_path

Returns:

  • (Object)

    the current value of initializer_path



12
13
14
# File 'lib/apidepth/cli/framework_detector.rb', line 12

def initializer_path
  @initializer_path
end

#initializer_snippetObject

Returns the value of attribute initializer_snippet

Returns:

  • (Object)

    the current value of initializer_snippet



12
13
14
# File 'lib/apidepth/cli/framework_detector.rb', line 12

def initializer_snippet
  @initializer_snippet
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/apidepth/cli/framework_detector.rb', line 12

def name
  @name
end