Sha256: 3b68c8203848a3606069fdefdc67e1fb620a92855b3d140237932d50a884cfe3
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
module Halo module Metadata module HaloWars2 class Techs < APIResponse def initialize(options = {}) super(options) end def all(options = {}) get_data('/techs', 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/techs.rb |