Sha256: 05487e8925d642de6cf9dc24a3d92b81cee44bc3c9720b17f71d894951b8075d
Contents?: true
Size: 236 Bytes
Versions: 13
Compression:
Stored size: 236 Bytes
Contents
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
13 entries across 13 versions & 2 rubygems