class ActionKitRest::List

Public Instance Methods

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