Sha256: 2a27241cb135db1a9d434e28809294c8e2ed87251ece8069f637eab4a437be66
Contents?: true
Size: 306 Bytes
Versions: 3
Compression:
Stored size: 306 Bytes
Contents
module Halo module Metadata module Halo5 class GameBaseVariants < Halo::APIResponse def initialize(options = {}) super(options) end def all(options = {}) get_data("#{@endpoint}/game-base-variants", options) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems