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
- #events_schema(options = {}) ⇒ Object
- #group_events(options = {}) ⇒ Object
- #query_events(options = {}) ⇒ Object
Instance Method Details
#events_schema(options = {}) ⇒ Object
8 9 10 |
# File 'lib/castle/client_actions/events.rb', line 8 def events_schema( = {}) Castle::API::Events::Schema.call() end |