Class: QuakeliveApi::Items::Award

Inherits:
Struct
  • Object
show all
Includes:
Structurable
Defined in:
lib/quakelive_api/items/award.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Structurable

#initialize

Instance Attribute Details

#awardedObject

Returns the value of attribute awarded

Returns:

  • (Object)

    the current value of awarded



3
4
5
# File 'lib/quakelive_api/items/award.rb', line 3

def awarded
  @awarded
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



3
4
5
# File 'lib/quakelive_api/items/award.rb', line 3

def description
  @description
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



3
4
5
# File 'lib/quakelive_api/items/award.rb', line 3

def icon
  @icon
end

#infoObject

Returns the value of attribute info

Returns:

  • (Object)

    the current value of info



3
4
5
# File 'lib/quakelive_api/items/award.rb', line 3

def info
  @info
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/quakelive_api/items/award.rb', line 3

def name
  @name
end