Module: CityWatch

Defined in:
lib/city_watch.rb,
lib/city_watch/page.rb,
lib/city_watch/watcher.rb,
lib/city_watch/build_monitor.rb

Defined Under Namespace

Classes: BuildMonitor, Page, Watcher

Class Attribute Summary collapse

Class Attribute Details

.build_titleObject

Returns the value of attribute build_title.



13
14
15
# File 'lib/city_watch.rb', line 13

def build_title
  @build_title
end

.project_idObject

Returns the value of attribute project_id.



13
14
15
# File 'lib/city_watch.rb', line 13

def project_id
  @project_id
end

.urlObject

Returns the value of attribute url.



13
14
15
# File 'lib/city_watch.rb', line 13

def url
  @url
end