Sha256: 14881a58a4992f09f973e83032a2245e76c0d0b5099314192d81632c926612be

Contents?: true

Size: 268 Bytes

Versions: 5

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true

module NCMB
  class Devise < NCMB::DataStore
    attr_accessor :client, :name
    def initialize(client)
      @client = client
      @name   = "Instration"
    end
    
    def push
      return NCMB::Push.new(client)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ncmb-ruby-client-0.2.0 lib/ncmb/device.rb
ncmb-ruby-client-0.1.7 lib/ncmb/device.rb
ncmb-ruby-client-0.1.6 lib/ncmb/device.rb
ncmb-ruby-client-0.1.5 lib/ncmb/device.rb
ncmb-ruby-client-0.1.4 lib/ncmb/device.rb