Sha256: f74766d21975a4a29d40f3b9713f2c80f9ccc21dcf63b5636cf4b8e214e52d75
Contents?: true
Size: 283 Bytes
Versions: 1
Compression:
Stored size: 283 Bytes
Contents
module Halo module Metadata module HaloWars2 class CardKeywords < APIResponse def initialize(options = {}) super(options) end def all(options = {}) get_data('/card-keywords', 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/card_keywords.rb |