Class: AlchemyApi::Category
- Inherits:
-
Struct
- Object
- Struct
- AlchemyApi::Category
- Defined in:
- lib/alchemy_api/categorization.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#score ⇒ Object
Returns the value of attribute score.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/alchemy_api/categorization.rb', line 2 def name @name end |
#score ⇒ Object
Returns the value of attribute score
2 3 4 |
# File 'lib/alchemy_api/categorization.rb', line 2 def score @score end |
#url ⇒ Object
Returns the value of attribute url
2 3 4 |
# File 'lib/alchemy_api/categorization.rb', line 2 def url @url end |