class StatusPageRuby::Pages::Bitbucket

Public Instance Methods

status() click to toggle source
# File lib/status_page_ruby/pages/bitbucket.rb, line 9
def status
  @status ||= status_element.text.strip
end