Class: DropboxApi::Results::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/dropbox_api/results/base.rb

Instance Method Summary collapse

Constructor Details

#initialize(result_data) ⇒ Base

Returns a new instance of Base.



3
4
5
# File 'lib/dropbox_api/results/base.rb', line 3

def initialize(result_data)
  @data = result_data
end