Class: HipchatAdapter

Inherits:
Yell::Adapters::Base
  • Object
show all
Includes:
Yell::Helpers::Base, Yell::Helpers::Formatter
Defined in:
lib/yell_adapters/hipchat_adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_textObject

Returns the value of attribute body_text.



8
9
10
# File 'lib/yell_adapters/hipchat_adapter.rb', line 8

def body_text
  @body_text
end

#errorsObject

Returns the value of attribute errors.



8
9
10
# File 'lib/yell_adapters/hipchat_adapter.rb', line 8

def errors
  @errors
end

#hipchatObject

Returns the value of attribute hipchat.



8
9
10
# File 'lib/yell_adapters/hipchat_adapter.rb', line 8

def hipchat
  @hipchat
end

#hipchat_roomsObject

Returns the value of attribute hipchat_rooms.



8
9
10
# File 'lib/yell_adapters/hipchat_adapter.rb', line 8

def hipchat_rooms
  @hipchat_rooms
end