Class: Calais::Response::Category
- Inherits:
-
Object
- Object
- Calais::Response::Category
- Defined in:
- lib/calais/response.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
44 45 46 |
# File 'lib/calais/response.rb', line 44 def name @name end |
#score ⇒ Object
Returns the value of attribute score.
44 45 46 |
# File 'lib/calais/response.rb', line 44 def score @score end |