Sha256: 017a0a018f69dd2a43ee4af3b1bcf5f6ec675ef709e18dd76ba9e26812f4ea66
Contents?: true
Size: 330 Bytes
Versions: 22
Compression:
Stored size: 330 Bytes
Contents
module EventbriteSDK class Category < Resource extend Operations::List resource_path 'categories/:id' schema_definition do string 'name', read_only: true string 'name_localized', read_only: true string 'short_name', read_only: true string 'subcategories', read_only: true end end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
eventbrite_sdk-3.0.3 | lib/eventbrite_sdk/category.rb |
eventbrite_sdk-3.0.2 | lib/eventbrite_sdk/category.rb |