Class: GvoiceRuby::Voicemail
- Inherits:
-
Struct
- Object
- Struct
- GvoiceRuby::Voicemail
- Defined in:
- lib/gvoice-ruby/voicemail.rb
Instance Attribute Summary collapse
-
#display_number ⇒ Object
Returns the value of attribute display_number.
-
#display_start_date_time ⇒ Object
Returns the value of attribute display_start_date_time.
-
#display_start_time ⇒ Object
Returns the value of attribute display_start_time.
-
#file ⇒ Object
Returns the value of attribute file.
-
#from ⇒ Object
Returns the value of attribute from.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_read ⇒ Object
Returns the value of attribute is_read.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#relative_start_time ⇒ Object
Returns the value of attribute relative_start_time.
-
#starred ⇒ Object
Returns the value of attribute starred.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#to ⇒ Object
Returns the value of attribute to.
-
#transcript ⇒ Object
Returns the value of attribute transcript.
Instance Attribute Details
#display_number ⇒ Object
Returns the value of attribute display_number
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def display_number @display_number end |
#display_start_date_time ⇒ Object
Returns the value of attribute display_start_date_time
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def display_start_date_time @display_start_date_time end |
#display_start_time ⇒ Object
Returns the value of attribute display_start_time
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def display_start_time @display_start_time end |
#file ⇒ Object
Returns the value of attribute file
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def file @file end |
#from ⇒ Object
Returns the value of attribute from
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def from @from end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def id @id end |
#is_read ⇒ Object
Returns the value of attribute is_read
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def is_read @is_read end |
#labels ⇒ Object
Returns the value of attribute labels
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def labels @labels end |
#relative_start_time ⇒ Object
Returns the value of attribute relative_start_time
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def relative_start_time @relative_start_time end |
#starred ⇒ Object
Returns the value of attribute starred
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def starred @starred end |
#start_time ⇒ Object
Returns the value of attribute start_time
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def start_time @start_time end |
#to ⇒ Object
Returns the value of attribute to
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def to @to end |
#transcript ⇒ Object
Returns the value of attribute transcript
3 4 5 |
# File 'lib/gvoice-ruby/voicemail.rb', line 3 def transcript @transcript end |