Class: Aws::Types::ICD10CMTrait
- Inherits:
-
Object
- Object
- Aws::Types::ICD10CMTrait
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "NEGATION", ...
Returns the value of attribute name.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#name ⇒ "NEGATION", ...
Returns the value of attribute name.
193 194 195 |
# File 'sig/types.rbs', line 193 def name @name end |
#score ⇒ ::Float
Returns the value of attribute score.
194 195 196 |
# File 'sig/types.rbs', line 194 def score @score end |