Class: Reggae::Parameters

Inherits:
Struct
  • Object
show all
Includes:
Visitable
Defined in:
lib/reggae/ast.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Visitable

#accept

Instance Attribute Details

#busObject

Returns the value of attribute bus

Returns:

  • (Object)

    the current value of bus



18
19
20
# File 'lib/reggae/ast.rb', line 18

def bus
  @bus
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



18
19
20
# File 'lib/reggae/ast.rb', line 18

def range
  @range
end