class NCMB::Devise
Attributes
client[RW]
name[RW]
Public Class Methods
new(client)
click to toggle source
# File lib/ncmb/device.rb, line 4 def initialize(client) @client = client @name = "Instration" end
Public Instance Methods
push()
click to toggle source
# File lib/ncmb/device.rb, line 9 def push return NCMB::Push.new(client end