Sha256: 349eeb1ccee5175555944080511335fdd77dc0a55ca0b329d49b4b3233ac386e
Contents?: true
Size: 345 Bytes
Versions: 11
Compression:
Stored size: 345 Bytes
Contents
module Nestene class DelayedMethod include StructureMapper::Hash def initialize self.parameters = [] self.scheduled_at = Time.now end attribute name: Symbol attribute parameters: [] attribute uuid: String attribute scheduled_at: Time attribute execute_at: Time attribute every: Float end end
Version data entries
11 entries across 11 versions & 1 rubygems