Class: Whenever::Job

Inherits:
Object
  • Object
show all
Defined in:
lib/whenever/patches/job.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



5
6
7
# File 'lib/whenever/patches/job.rb', line 5

def options
  @options
end

#templateObject (readonly)

Returns the value of attribute template.



5
6
7
# File 'lib/whenever/patches/job.rb', line 5

def template
  @template
end