Class: GoodDataEloqua::Forms

Inherits:
Request
  • Object
show all
Defined in:
lib/gooddata_eloqua/models/forms.rb

Instance Attribute Summary

Attributes inherited from Request

#asset_type

Instance Method Summary collapse

Methods inherited from Request

#clean, #download_all_ids_return_csv, #get_all, #get_all_by_page, #get_all_distributed, #get_complete_profile_from_ids_csv, #get_one, #get_one_by_id, #set_asset_type

Constructor Details

#initialize(config = {}) ⇒ Forms



4
5
6
7
8
9
10
11
12
# File 'lib/gooddata_eloqua/models/forms.rb', line 4

def initialize(config={})
  @client = $client

  @client = $client
  @session_id = SecureRandom.hex+"_forms"
  @session_csv = @session_id+".csv"
  self.set_asset_type('forms')

end