Class: Mxrb::Functional::Hook

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/functional.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



8
9
10
# File 'lib/mxrb/functional.rb', line 8

def arguments
  @arguments
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



8
9
10
# File 'lib/mxrb/functional.rb', line 8

def target
  @target
end