Sha256: 66839d57e7077634b0b57c1b2f001fba4c9acada714ca68bbefbef2b6468e0dc
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
module Halo module Metadata module HaloWars2 class CsrDesignations < APIResponse def initialize(options = {}) super(options) end def all(options = {}) get_data('/csr-designations', 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/csr_designations.rb |