Class: GreenScreen::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/greenscreen/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activityObject

Returns the value of attribute activity

Returns:

  • (Object)

    the current value of activity



10
11
12
# File 'lib/greenscreen/app.rb', line 10

def activity
  @activity
end

#last_runObject

Returns the value of attribute last_run

Returns:

  • (Object)

    the current value of last_run



10
11
12
# File 'lib/greenscreen/app.rb', line 10

def last_run
  @last_run
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/greenscreen/app.rb', line 10

def name
  @name
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



10
11
12
# File 'lib/greenscreen/app.rb', line 10

def url
  @url
end