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.
513 514 515 516 517 |
# File 'lib/svbclient.rb', line 513 def initialize(client, id) @client = client @id = id @type = 'files' end |
Instance Method Details
#update ⇒ Object
519 520 521 |
# File 'lib/svbclient.rb', line 519 def update raise 'unsupported' end |