Class: Cohere::Transcribe::State::OutputLockTarget
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::State::OutputLockTarget
- Defined in:
- lib/cohere/transcribe/state/locking.rb
Instance Attribute Summary collapse
-
#identity ⇒ Object
readonly
Returns the value of attribute identity.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#identity ⇒ Object (readonly)
Returns the value of attribute identity
13 14 15 |
# File 'lib/cohere/transcribe/state/locking.rb', line 13 def identity @identity end |
#path ⇒ Object (readonly)
Returns the value of attribute path
13 14 15 |
# File 'lib/cohere/transcribe/state/locking.rb', line 13 def path @path end |
Instance Method Details
#sort_key ⇒ Object
14 15 16 |
# File 'lib/cohere/transcribe/state/locking.rb', line 14 def sort_key [path.to_s.downcase, identity.downcase] end |