class ActionKitRest::Event

Public Instance Methods

base_path() click to toggle source
# File lib/action_kit_rest/event.rb, line 5
def base_path
  'event'
end
find(name) click to toggle source
# File lib/action_kit_rest/event.rb, line 9
def find(name)
  response = list(name: name)
  response.obj.first
end