class Imperium::EventFireResponse
EventResponse is a wrapper for the raw HTTP::Message response from the API
@note This class doesn't really make sense to be instantiated outside of
{Events#fire}
Public Instance Methods
id()
click to toggle source
# File lib/imperium/event_fire_response.rb, line 9 def id parsed_body['ID'] end