class
Task::DeliverDelayedObject::State
- Task::DeliverDelayedObject::State
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
models/task/deliver_delayed_object.crConstructors
- .new(reason : Task::DeliverDelayedObject::State::Reason, context : Task::DeliverDelayedObject::State::PendingQuoteAuthorizationContext | Task::DeliverDelayedObject::State::ScheduledContext)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #context : PendingQuoteAuthorizationContext | ScheduledContext
- #context=(context : PendingQuoteAuthorizationContext | ScheduledContext)
- #reason : Reason
- #reason=(reason : Reason)
Constructor Detail
def self.new(reason : Task::DeliverDelayedObject::State::Reason, context : Task::DeliverDelayedObject::State::PendingQuoteAuthorizationContext | Task::DeliverDelayedObject::State::ScheduledContext)
#