Class: Cohere::Transcribe::InputEntry
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::InputEntry
- Defined in:
- lib/cohere/transcribe/input.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#relative_path ⇒ Object
readonly
Returns the value of attribute relative_path.
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path
11 12 13 |
# File 'lib/cohere/transcribe/input.rb', line 11 def path @path end |
#relative_path ⇒ Object (readonly)
Returns the value of attribute relative_path
11 12 13 |
# File 'lib/cohere/transcribe/input.rb', line 11 def relative_path @relative_path end |