Class: Textus::Dispatch::Binder::Pending
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Binder::Pending
- Defined in:
- lib/textus/dispatch/binder.rb
Instance Attribute Summary collapse
-
#inputs ⇒ Object
readonly
Returns the value of attribute inputs.
-
#spec ⇒ Object
readonly
Returns the value of attribute spec.
Instance Attribute Details
#inputs ⇒ Object (readonly)
Returns the value of attribute inputs
14 15 16 |
# File 'lib/textus/dispatch/binder.rb', line 14 def inputs @inputs end |
#spec ⇒ Object (readonly)
Returns the value of attribute spec
14 15 16 |
# File 'lib/textus/dispatch/binder.rb', line 14 def spec @spec end |