Class: StrideAlign::ScorerEntry
- Inherits:
-
Struct
- Object
- Struct
- StrideAlign::ScorerEntry
- Defined in:
- lib/stride_align/batch.rb
Instance Attribute Summary collapse
-
#batch_method ⇒ Object
Returns the value of attribute batch_method.
-
#higher ⇒ Object
Returns the value of attribute higher.
-
#id ⇒ Object
Returns the value of attribute id.
-
#names ⇒ Object
Returns the value of attribute names.
-
#normalized ⇒ Object
Returns the value of attribute normalized.
Instance Attribute Details
#batch_method ⇒ Object
Returns the value of attribute batch_method
23 24 25 |
# File 'lib/stride_align/batch.rb', line 23 def batch_method @batch_method end |
#higher ⇒ Object
Returns the value of attribute higher
23 24 25 |
# File 'lib/stride_align/batch.rb', line 23 def higher @higher end |
#id ⇒ Object
Returns the value of attribute id
23 24 25 |
# File 'lib/stride_align/batch.rb', line 23 def id @id end |
#names ⇒ Object
Returns the value of attribute names
23 24 25 |
# File 'lib/stride_align/batch.rb', line 23 def names @names end |
#normalized ⇒ Object
Returns the value of attribute normalized
23 24 25 |
# File 'lib/stride_align/batch.rb', line 23 def normalized @normalized end |