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.
49 50 51 |
# File 'lib/calais/response.rb', line 49 def name @name end |
#score ⇒ Object
Returns the value of attribute score.
49 50 51 |
# File 'lib/calais/response.rb', line 49 def score @score end |