Class: Muack::ActualCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/muack/definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



6
7
8
# File 'lib/muack/definition.rb', line 6

def args
  @args
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



6
7
8
# File 'lib/muack/definition.rb', line 6

def block
  @block
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



6
7
8
# File 'lib/muack/definition.rb', line 6

def msg
  @msg
end