class SVBClient::Onboarding::File
Public Class Methods
new(client, id)
click to toggle source
# File lib/svbclient.rb, line 562 def initialize(client, id) @client = client @id = id @type = 'files' end
Public Instance Methods
update()
click to toggle source
# File lib/svbclient.rb, line 568 def update raise 'unsupported' end