Class: ZeroClick::Sellers::Stateful::Dispatch::Prepared

Inherits:
Struct
  • Object
show all
Defined in:
lib/zeroclick/sellers/stateful/dispatch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mintObject

Returns the value of attribute mint

Returns:

  • (Object)

    the current value of mint



71
72
73
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 71

def mint
  @mint
end

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



71
72
73
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 71

def operation
  @operation
end

#writeObject

Returns the value of attribute write

Returns:

  • (Object)

    the current value of write



71
72
73
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 71

def write
  @write
end