Class: Struct::Badge

Inherits:
Struct
  • Object
show all
Defined in:
lib/threesixtyvoice/badge.rb

Direct Known Subclasses

Threesixtyvoice::Badge

Instance Attribute Summary collapse

Instance Attribute Details

#badgescoreObject

Returns the value of attribute badgescore

Returns:

  • (Object)

    the current value of badgescore



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def badgescore
  @badgescore
end

#badgescore_oldObject

Returns the value of attribute badgescore_old

Returns:

  • (Object)

    the current value of badgescore_old



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def badgescore_old
  @badgescore_old
end

#badgescorecountObject

Returns the value of attribute badgescorecount

Returns:

  • (Object)

    the current value of badgescorecount



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def badgescorecount
  @badgescorecount
end

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def category
  @category
end

#category_idObject

Returns the value of attribute category_id

Returns:

  • (Object)

    the current value of category_id



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def category_id
  @category_id
end

#categorynameObject

Returns the value of attribute categoryname

Returns:

  • (Object)

    the current value of categoryname



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def categoryname
  @categoryname
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def id
  @id
end

#imaeObject

Returns the value of attribute imae

Returns:

  • (Object)

    the current value of imae



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def imae
  @imae
end

#ownersObject

Returns the value of attribute owners

Returns:

  • (Object)

    the current value of owners



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def owners
  @owners
end

#thresholdObject

Returns the value of attribute threshold

Returns:

  • (Object)

    the current value of threshold



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def threshold
  @threshold
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



2
3
4
# File 'lib/threesixtyvoice/badge.rb', line 2

def title
  @title
end