Class: Multitagger::Tag

Inherits:
Struct
  • Object
show all
Defined in:
lib/multitagger/tag.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/multitagger/tag.rb', line 2

def name
  @name
end

#probObject

Returns the value of attribute prob

Returns:

  • (Object)

    the current value of prob



2
3
4
# File 'lib/multitagger/tag.rb', line 2

def prob
  @prob
end