Class: CallRecorderApi::Model::GetFilesResponseFile
- Inherits:
-
Object
- Object
- CallRecorderApi::Model::GetFilesResponseFile
- Defined in:
- lib/call_recorder_api/model/get_files_response_file.rb
Instance Attribute Summary collapse
-
#access_number ⇒ Object
Returns the value of attribute access_number.
-
#credits ⇒ Object
Returns the value of attribute credits.
-
#download_url ⇒ Object
Returns the value of attribute download_url.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#email ⇒ Object
Returns the value of attribute email.
-
#f_name ⇒ Object
Returns the value of attribute f_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#l_name ⇒ Object
Returns the value of attribute l_name.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#share_url ⇒ Object
Returns the value of attribute share_url.
-
#source ⇒ Object
Returns the value of attribute source.
-
#time ⇒ Object
Returns the value of attribute time.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(id, access_number, name, f_name, l_name, email, phone, notes, meta, source, url, credits, duration, time, share_url, download_url) ⇒ GetFilesResponseFile
constructor
A new instance of GetFilesResponseFile.
- #to_s ⇒ Object
Constructor Details
#initialize(id, access_number, name, f_name, l_name, email, phone, notes, meta, source, url, credits, duration, time, share_url, download_url) ⇒ GetFilesResponseFile
Returns a new instance of GetFilesResponseFile.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 23 def initialize( id, access_number, name, f_name, l_name, email, phone, notes, , source, url, credits, duration, time, share_url, download_url ) @id = id @access_number = access_number @name = name @f_name = f_name @l_name = l_name @email = email @phone = phone @notes = notes = @source = source @url = url @credits = credits @duration = duration @time = time @share_url = share_url @download_url = download_url end |
Instance Attribute Details
#access_number ⇒ Object
Returns the value of attribute access_number.
7 8 9 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 7 def access_number @access_number end |
#credits ⇒ Object
Returns the value of attribute credits.
17 18 19 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 17 def credits @credits end |
#download_url ⇒ Object
Returns the value of attribute download_url.
21 22 23 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 21 def download_url @download_url end |
#duration ⇒ Object
Returns the value of attribute duration.
18 19 20 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 18 def duration @duration end |
#email ⇒ Object
Returns the value of attribute email.
11 12 13 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 11 def email @email end |
#f_name ⇒ Object
Returns the value of attribute f_name.
9 10 11 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 9 def f_name @f_name end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 6 def id @id end |
#l_name ⇒ Object
Returns the value of attribute l_name.
10 11 12 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 10 def l_name @l_name end |
#meta ⇒ Object
Returns the value of attribute meta.
14 15 16 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 14 def end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 8 def name @name end |
#notes ⇒ Object
Returns the value of attribute notes.
13 14 15 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 13 def notes @notes end |
#phone ⇒ Object
Returns the value of attribute phone.
12 13 14 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 12 def phone @phone end |
#share_url ⇒ Object
Returns the value of attribute share_url.
20 21 22 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 20 def share_url @share_url end |
#source ⇒ Object
Returns the value of attribute source.
15 16 17 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 15 def source @source end |
#time ⇒ Object
Returns the value of attribute time.
19 20 21 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 19 def time @time end |
#url ⇒ Object
Returns the value of attribute url.
16 17 18 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 16 def url @url end |
Instance Method Details
#to_s ⇒ Object
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
# File 'lib/call_recorder_api/model/get_files_response_file.rb', line 59 def to_s 'GetFilesResponseFile{' + 'id=' + id.to_s + ', ' + 'access_number=' + access_number.to_s + ', ' + 'name=' + name.to_s + ', ' + 'f_name=' + f_name.to_s + ', ' + 'l_name=' + l_name.to_s + ', ' + 'email=' + email.to_s + ', ' + 'phone=' + phone.to_s + ', ' + 'notes=' + notes.to_s + ', ' + 'meta=' + .to_s + ', ' + 'source=' + source.to_s + ', ' + 'url=' + url.to_s + ', ' + 'credits=' + credits.to_s + ', ' + 'duration=' + duration.to_s + ', ' + 'time=' + time.to_s + ', ' + 'share_url=' + share_url.to_s + ', ' + 'download_url=' + download_url.to_s + '}' end |