Class: Alki::OverlayInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



2
3
4
# File 'lib/alki/overlay_info.rb', line 2

def args
  @args
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



2
3
4
# File 'lib/alki/overlay_info.rb', line 2

def order
  @order
end

#overlayObject

Returns the value of attribute overlay

Returns:

  • (Object)

    the current value of overlay



2
3
4
# File 'lib/alki/overlay_info.rb', line 2

def overlay
  @overlay
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/alki/overlay_info.rb', line 2

def type
  @type
end