Class: NitroKit::Installation::LayoutExpression
- Inherits:
-
Struct
- Object
- Struct
- NitroKit::Installation::LayoutExpression
- Defined in:
- lib/nitro_kit/installation.rb
Instance Attribute Summary collapse
-
#assets ⇒ Object
Returns the value of attribute assets.
-
#dynamic ⇒ Object
Returns the value of attribute dynamic.
-
#range ⇒ Object
Returns the value of attribute range.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#assets ⇒ Object
Returns the value of attribute assets
39 40 41 |
# File 'lib/nitro_kit/installation.rb', line 39 def assets @assets end |
#dynamic ⇒ Object
Returns the value of attribute dynamic
39 40 41 |
# File 'lib/nitro_kit/installation.rb', line 39 def dynamic @dynamic end |
#range ⇒ Object
Returns the value of attribute range
39 40 41 |
# File 'lib/nitro_kit/installation.rb', line 39 def range @range end |
#type ⇒ Object
Returns the value of attribute type
39 40 41 |
# File 'lib/nitro_kit/installation.rb', line 39 def type @type end |