Class: HipchatAdapter
- Inherits:
-
Yell::Adapters::Base
- Object
- Yell::Adapters::Base
- HipchatAdapter
- Includes:
- Yell::Helpers::Base, Yell::Helpers::Formatter
- Defined in:
- lib/yell_adapters/hipchat_adapter.rb
Instance Attribute Summary collapse
-
#body_text ⇒ Object
Returns the value of attribute body_text.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hipchat ⇒ Object
Returns the value of attribute hipchat.
-
#hipchat_rooms ⇒ Object
Returns the value of attribute hipchat_rooms.
Instance Attribute Details
#body_text ⇒ Object
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 |
#errors ⇒ Object
Returns the value of attribute errors.
8 9 10 |
# File 'lib/yell_adapters/hipchat_adapter.rb', line 8 def errors @errors end |
#hipchat ⇒ Object
Returns the value of attribute hipchat.
8 9 10 |
# File 'lib/yell_adapters/hipchat_adapter.rb', line 8 def hipchat @hipchat end |
#hipchat_rooms ⇒ Object
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 |