Class: AkroLibrary

Inherits:
Struct
  • Object
show all
Defined in:
lib/akro.rb

Instance Attribute Summary collapse

Instance Attribute Details

#additional_paramsObject

Returns the value of attribute additional_params

Returns:

  • (Object)

    the current value of additional_params



106
107
108
# File 'lib/akro.rb', line 106

def additional_params
  @additional_params
end

#capture_depsObject

Returns the value of attribute capture_deps

Returns:

  • (Object)

    the current value of capture_deps



106
107
108
# File 'lib/akro.rb', line 106

def capture_deps
  @capture_deps
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



106
107
108
# File 'lib/akro.rb', line 106

def path
  @path
end

#recurseObject

Returns the value of attribute recurse

Returns:

  • (Object)

    the current value of recurse



106
107
108
# File 'lib/akro.rb', line 106

def recurse
  @recurse
end

#sourcesObject

Returns the value of attribute sources

Returns:

  • (Object)

    the current value of sources



106
107
108
# File 'lib/akro.rb', line 106

def sources
  @sources
end

#staticObject

Returns the value of attribute static

Returns:

  • (Object)

    the current value of static



106
107
108
# File 'lib/akro.rb', line 106

def static
  @static
end