Sha256: be851b8c68f415f35fb903aedf8cff84a54fa7be8165cbf2e22afee53c57d2e0

Contents?: true

Size: 288 Bytes

Versions: 3

Compression:

Stored size: 288 Bytes

Contents

module Halo
  module Metadata
    module Halo5
      class Impulses < Halo::APIResponse

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

        def all(options = {})
          get_data("#{@endpoint}/impulses", options)
        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
halo-api-0.2.0 lib/halo-api/modules/metadata/halo5/impulses.rb
halo-api-0.1.1 lib/halo-api/modules/metadata/halo5/impulses.rb
halo-api-0.1.0 lib/halo-api/modules/metadata/halo5/impulses.rb