Class: GvoiceRuby::Voicemail

Inherits:
Struct
  • Object
show all
Defined in:
lib/gvoice-ruby/voicemail.rb

Instance Attribute Summary collapse

Instance Attribute Details

#display_numberObject

Returns the value of attribute display_number

Returns:

  • (Object)

    the current value of display_number



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def display_number
  @display_number
end

#display_start_date_timeObject

Returns the value of attribute display_start_date_time

Returns:

  • (Object)

    the current value of 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_timeObject

Returns the value of attribute display_start_time

Returns:

  • (Object)

    the current value of display_start_time



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def display_start_time
  @display_start_time
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def file
  @file
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def from
  @from
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def id
  @id
end

#is_readObject

Returns the value of attribute is_read

Returns:

  • (Object)

    the current value of is_read



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def is_read
  @is_read
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def labels
  @labels
end

#relative_start_timeObject

Returns the value of attribute relative_start_time

Returns:

  • (Object)

    the current value of relative_start_time



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def relative_start_time
  @relative_start_time
end

#starredObject

Returns the value of attribute starred

Returns:

  • (Object)

    the current value of starred



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def starred
  @starred
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def start_time
  @start_time
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def to
  @to
end

#transcriptObject

Returns the value of attribute transcript

Returns:

  • (Object)

    the current value of transcript



3
4
5
# File 'lib/gvoice-ruby/voicemail.rb', line 3

def transcript
  @transcript
end