Class: SVBClient::Onboarding::File
- Defined in:
- lib/svbclient.rb
Instance Method Summary collapse
-
#initialize(client, id) ⇒ File
constructor
A new instance of File.
- #update ⇒ Object
Methods inherited from Resource
Constructor Details
#initialize(client, id) ⇒ File
Returns a new instance of File.
396 397 398 399 400 |
# File 'lib/svbclient.rb', line 396 def initialize(client, id) @client = client @id = id @type = 'files' end |
Instance Method Details
#update ⇒ Object
402 403 404 |
# File 'lib/svbclient.rb', line 402 def update raise 'unsupported' end |