Class: Reggae::Connect

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

#actualObject

Returns the value of attribute actual

Returns:

  • (Object)

    the current value of actual



38
39
40
# File 'lib/reggae/ast.rb', line 38

def actual
  @actual
end

#formalObject

Returns the value of attribute formal

Returns:

  • (Object)

    the current value of formal



38
39
40
# File 'lib/reggae/ast.rb', line 38

def formal
  @formal
end