Class: GreenScreen::Job
- Inherits:
-
Struct
- Object
- Struct
- GreenScreen::Job
- Defined in:
- lib/greenscreen/app.rb
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#last_run ⇒ Object
Returns the value of attribute last_run.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#activity ⇒ Object
Returns the value of attribute activity
10 11 12 |
# File 'lib/greenscreen/app.rb', line 10 def activity @activity end |
#last_run ⇒ Object
Returns the value of attribute last_run
10 11 12 |
# File 'lib/greenscreen/app.rb', line 10 def last_run @last_run end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/greenscreen/app.rb', line 10 def name @name end |
#url ⇒ Object
Returns the value of attribute url
10 11 12 |
# File 'lib/greenscreen/app.rb', line 10 def url @url end |