Class: EventbriteRuby::Format
- Inherits:
-
Object
- Object
- EventbriteRuby::Format
- Defined in:
- lib/eventbrite_ruby/format.rb
Class Method Summary collapse
Class Method Details
.all(params = {}) ⇒ Object
5 6 7 |
# File 'lib/eventbrite_ruby/format.rb', line 5 def all(params = {}) client.get("v3/formats/", params) end |
.find(params = {}) ⇒ Object
9 10 11 |
# File 'lib/eventbrite_ruby/format.rb', line 9 def find(params = {}) client.get("v3/formats/", params) end |