Class: Muack::ActualCall
- Inherits:
-
Struct
- Object
- Struct
- Muack::ActualCall
- Defined in:
- lib/muack/definition.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#block ⇒ Object
Returns the value of attribute block.
-
#msg ⇒ Object
Returns the value of attribute msg.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
6 7 8 |
# File 'lib/muack/definition.rb', line 6 def args @args end |
#block ⇒ Object
Returns the value of attribute block
6 7 8 |
# File 'lib/muack/definition.rb', line 6 def block @block end |
#msg ⇒ Object
Returns the value of attribute msg
6 7 8 |
# File 'lib/muack/definition.rb', line 6 def msg @msg end |