Module: Castle::ClientActions::Events

Included in:
Castle::Client
Defined in:
lib/castle/client_actions/events.rb

Overview

Client actions for the Events API

Instance Method Summary collapse

Instance Method Details

#events_schema(options = {}) ⇒ Object

Parameters:

  • options (Hash) (defaults to: {})


8
9
10
# File 'lib/castle/client_actions/events.rb', line 8

def events_schema(options = {})
  Castle::API::Events::Schema.call(options)
end

#group_events(options = {}) ⇒ Object

Parameters:

  • options (Hash) (defaults to: {})


18
19
20
# File 'lib/castle/client_actions/events.rb', line 18

def group_events(options = {})
  Castle::API::Events::Group.call(options)
end

#query_events(options = {}) ⇒ Object

Parameters:

  • options (Hash) (defaults to: {})


13
14
15
# File 'lib/castle/client_actions/events.rb', line 13

def query_events(options = {})
  Castle::API::Events::Query.call(options)
end