Sha256: 7150254ab12330d1218d8b94ea56f7c4d9a00b8d460064390aa04fcc5ad12ac1

Contents?: true

Size: 297 Bytes

Versions: 1

Compression:

Stored size: 297 Bytes

Contents

module Halo
  module Profile
    module Halo5
      class PlayerSpartanImage < APIResponse

        def initialize(options = {})
          super(options)
        end

        def find(player, options = {})
          get_data("/#{player}/spartan", 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/profile/halo5/player_spartan_image.rb