Class: AkroLibrary
- Inherits:
-
Struct
- Object
- Struct
- AkroLibrary
- Defined in:
- lib/akro.rb
Instance Attribute Summary collapse
-
#additional_params ⇒ Object
Returns the value of attribute additional_params.
-
#capture_deps ⇒ Object
Returns the value of attribute capture_deps.
-
#path ⇒ Object
Returns the value of attribute path.
-
#recurse ⇒ Object
Returns the value of attribute recurse.
-
#sources ⇒ Object
Returns the value of attribute sources.
-
#static ⇒ Object
Returns the value of attribute static.
Instance Attribute Details
#additional_params ⇒ Object
Returns the value of attribute additional_params
106 107 108 |
# File 'lib/akro.rb', line 106 def additional_params @additional_params end |
#capture_deps ⇒ Object
Returns the value of attribute capture_deps
106 107 108 |
# File 'lib/akro.rb', line 106 def capture_deps @capture_deps end |
#path ⇒ Object
Returns the value of attribute path
106 107 108 |
# File 'lib/akro.rb', line 106 def path @path end |
#recurse ⇒ Object
Returns the value of attribute recurse
106 107 108 |
# File 'lib/akro.rb', line 106 def recurse @recurse end |
#sources ⇒ Object
Returns the value of attribute sources
106 107 108 |
# File 'lib/akro.rb', line 106 def sources @sources end |
#static ⇒ Object
Returns the value of attribute static
106 107 108 |
# File 'lib/akro.rb', line 106 def static @static end |