Module: VkontakteAuthentication::Session::InstanceMethods

Defined in:
lib/vkontakte/session.rb

Instance Method Summary collapse

Instance Method Details

#new_registration=(value) ⇒ Object



15
16
17
# File 'lib/vkontakte/session.rb', line 15

def new_registration=(value)
  @new_registration = value
end

#new_registration?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/vkontakte/session.rb', line 19

def new_registration?
  @new_registration.presence
end