Class: Whenever::Job
- Inherits:
-
Object
- Object
- Whenever::Job
- Defined in:
- lib/whenever/patches/job.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#roles ⇒ Object
readonly
Returns the value of attribute roles.
-
#template ⇒ Object
readonly
Returns the value of attribute template.
Instance Attribute Details
#at ⇒ Object (readonly)
Returns the value of attribute at.
5 6 7 |
# File 'lib/whenever/patches/job.rb', line 5 def at @at end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
5 6 7 |
# File 'lib/whenever/patches/job.rb', line 5 def @options end |
#roles ⇒ Object (readonly)
Returns the value of attribute roles.
5 6 7 |
# File 'lib/whenever/patches/job.rb', line 5 def roles @roles end |
#template ⇒ Object (readonly)
Returns the value of attribute template.
5 6 7 |
# File 'lib/whenever/patches/job.rb', line 5 def template @template end |