class NCMB::Devise

Attributes

client[RW]
name[RW]

Public Class Methods

new(client) click to toggle source
# File lib/ncmb/device.rb, line 6
def initialize(client)
  @client = client
  @name   = "Instration"
end

Public Instance Methods

push() click to toggle source
# File lib/ncmb/device.rb, line 11
def push
  return NCMB::Push.new(client)
end