class SVBClient::Onboarding::Login

Public Class Methods

new(client, id) click to toggle source
# File lib/svbclient.rb, line 582
def initialize(client, id)
  @client = client
  @id = id
  @type = 'logins'
end

Public Instance Methods

update() click to toggle source
# File lib/svbclient.rb, line 588
def update
  raise 'unsupported'
end