Class: Reggae::Bus

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

#address_sizeObject

Returns the value of attribute address_size

Returns:

  • (Object)

    the current value of address_size



22
23
24
# File 'lib/reggae/ast.rb', line 22

def address_size
  @address_size
end

#data_sizeObject

Returns the value of attribute data_size

Returns:

  • (Object)

    the current value of data_size



22
23
24
# File 'lib/reggae/ast.rb', line 22

def data_size
  @data_size
end

#frequencyObject

Returns the value of attribute frequency

Returns:

  • (Object)

    the current value of frequency



22
23
24
# File 'lib/reggae/ast.rb', line 22

def frequency
  @frequency
end