Class: NitroKit::Installation::LayoutExpression

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

Instance Attribute Summary collapse

Instance Attribute Details

#assetsObject

Returns the value of attribute assets

Returns:

  • (Object)

    the current value of assets



39
40
41
# File 'lib/nitro_kit/installation.rb', line 39

def assets
  @assets
end

#dynamicObject

Returns the value of attribute dynamic

Returns:

  • (Object)

    the current value of dynamic



39
40
41
# File 'lib/nitro_kit/installation.rb', line 39

def dynamic
  @dynamic
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



39
40
41
# File 'lib/nitro_kit/installation.rb', line 39

def range
  @range
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



39
40
41
# File 'lib/nitro_kit/installation.rb', line 39

def type
  @type
end