Class: Whenever::Job

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

Instance Attribute Summary collapse

Instance Attribute Details

#atObject (readonly)

Returns the value of attribute at.



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

def at
  @at
end

#optionsObject (readonly)

Returns the value of attribute options.



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

def options
  @options
end

#rolesObject (readonly)

Returns the value of attribute roles.



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

def roles
  @roles
end

#templateObject (readonly)

Returns the value of attribute template.



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

def template
  @template
end