Class: Lita::Schedule::Job
- Inherits:
-
Struct
- Object
- Struct
- Lita::Schedule::Job
- Defined in:
- lib/lita/schedule.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#job_name ⇒ Object
Returns the value of attribute job_name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field
10 11 12 |
# File 'lib/lita/schedule.rb', line 10 def field @field end |
#job_name ⇒ Object
Returns the value of attribute job_name
10 11 12 |
# File 'lib/lita/schedule.rb', line 10 def job_name @job_name end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/lita/schedule.rb', line 10 def type @type end |