Class: Textus::Dispatch::Binder::Pending

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/dispatch/binder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inputsObject (readonly)

Returns the value of attribute inputs

Returns:

  • (Object)

    the current value of inputs



14
15
16
# File 'lib/textus/dispatch/binder.rb', line 14

def inputs
  @inputs
end

#specObject (readonly)

Returns the value of attribute spec

Returns:

  • (Object)

    the current value of spec



14
15
16
# File 'lib/textus/dispatch/binder.rb', line 14

def spec
  @spec
end