Class: Multitagger::Tag
- Inherits:
-
Struct
- Object
- Struct
- Multitagger::Tag
- Defined in:
- lib/multitagger/tag.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#prob ⇒ Object
Returns the value of attribute prob.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/multitagger/tag.rb', line 2 def name @name end |
#prob ⇒ Object
Returns the value of attribute prob
2 3 4 |
# File 'lib/multitagger/tag.rb', line 2 def prob @prob end |