Class: MeetingBuddy::Transcriber::Line

Inherits:
Struct
  • Object
show all
Defined in:
lib/meeting_buddy/transcriber.rb

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



9
10
11
# File 'lib/meeting_buddy/transcriber.rb', line 9

def text
  @text
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



9
10
11
# File 'lib/meeting_buddy/transcriber.rb', line 9

def timestamp
  @timestamp
end