Class: NitroKit::Installation::LayoutAnalysis
- Inherits:
-
Struct
- Object
- Struct
- NitroKit::Installation::LayoutAnalysis
- Defined in:
- lib/nitro_kit/installation.rb
Instance Attribute Summary collapse
-
#bootstraps ⇒ Object
Returns the value of attribute bootstraps.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#head_range ⇒ Object
Returns the value of attribute head_range.
-
#stylesheets ⇒ Object
Returns the value of attribute stylesheets.
Instance Attribute Details
#bootstraps ⇒ Object
Returns the value of attribute bootstraps
40 41 42 |
# File 'lib/nitro_kit/installation.rb', line 40 def bootstraps @bootstraps end |
#errors ⇒ Object
Returns the value of attribute errors
40 41 42 |
# File 'lib/nitro_kit/installation.rb', line 40 def errors @errors end |
#head_range ⇒ Object
Returns the value of attribute head_range
40 41 42 |
# File 'lib/nitro_kit/installation.rb', line 40 def head_range @head_range end |
#stylesheets ⇒ Object
Returns the value of attribute stylesheets
40 41 42 |
# File 'lib/nitro_kit/installation.rb', line 40 def stylesheets @stylesheets end |