Class: S3PO::Response
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
Methods inherited from Event
#channel, #channel=, #initialize, #is_im?, #is_message?, #is_simplemessage?, #subtype, #ts, #type, #user
Constructor Details
This class inherits a constructor from S3PO::Event
Instance Method Details
#ok ⇒ Object
118 119 120 |
# File 'lib/s-3po/events.rb', line 118 def ok object[:ok] end |
#ok? ⇒ Boolean
122 123 124 |
# File 'lib/s-3po/events.rb', line 122 def ok? ok end |