class CypherBuilder::Payload::WithStatus

Public Instance Methods

to_status(new_status) click to toggle source
# File lib/cypher_builder/infra/payload.rb, line 3
def to_status(new_status)
  WithStatus.new(value, new_status)
end