Class: RubyFS::Event

Inherits:
Response show all
Defined in:
lib/ruby_fs/event.rb

Instance Attribute Summary

Attributes inherited from Response

#content, #headers

Instance Method Summary collapse

Methods inherited from Response

#==, #initialize

Constructor Details

This class inherits a constructor from RubyFS::Response

Instance Method Details

#event_nameString[ The name of the event

Returns String[ The name of the event.

Returns:

  • (String[ The name of the event)

    String[ The name of the event



7
8
9
# File 'lib/ruby_fs/event.rb', line 7

def event_name
  content[:event_name]
end