class EventbriteRuby::Format

Public Class Methods

all(params = {}) click to toggle source
# File lib/eventbrite_ruby/format.rb, line 5
def all(params = {})
  client.get("v3/formats/", params)
end
find(params = {}) click to toggle source
# File lib/eventbrite_ruby/format.rb, line 9
def find(params = {})
  client.get("v3/formats/", params)
end

Private Class Methods

client() click to toggle source
# File lib/eventbrite_ruby/format.rb, line 15
def client
  EventbriteRuby::Client.new
end