Class: Mxrb::Functional::Hook
- Inherits:
-
Data
- Object
- Data
- Mxrb::Functional::Hook
- Defined in:
- lib/mxrb/functional.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
8 9 10 |
# File 'lib/mxrb/functional.rb', line 8 def arguments @arguments end |
#target ⇒ Object (readonly)
Returns the value of attribute target
8 9 10 |
# File 'lib/mxrb/functional.rb', line 8 def target @target end |