Class: ZeroClick::Sellers::Stateful::Dispatch::Prepared
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::Stateful::Dispatch::Prepared
- Defined in:
- lib/zeroclick/sellers/stateful/dispatch.rb
Instance Attribute Summary collapse
-
#mint ⇒ Object
Returns the value of attribute mint.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#write ⇒ Object
Returns the value of attribute write.
Instance Attribute Details
#mint ⇒ Object
Returns the value of attribute mint
71 72 73 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 71 def mint @mint end |
#operation ⇒ Object
Returns the value of attribute operation
71 72 73 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 71 def operation @operation end |
#write ⇒ Object
Returns the value of attribute write
71 72 73 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 71 def write @write end |