Sha256: 5d005b4d93c7a0868ffef06ff59187cdf0a9f2563d46698829546d22b6ebaccc
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
module Halo module Metadata module HaloWars2 class GameObjectCategories < APIResponse def initialize(options = {}) super(options) end def all(options = {}) get_data('/game-object-categories', options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
halo-api-0.2.1 | lib/halo-api/modules/metadata/halo_wars2/game_object_categories.rb |