Class: OwApi::Response::Profile

Inherits:
Base
  • Object
show all
Defined in:
lib/ow_api/response/profile.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from OwApi::Response::Base

Instance Attribute Details

#endorsementObject (readonly)

Returns the value of attribute endorsement.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def endorsement
  @endorsement
end

#endorsement_iconObject (readonly)

Returns the value of attribute endorsement_icon.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def endorsement_icon
  @endorsement_icon
end

#games_wonObject (readonly)

Returns the value of attribute games_won.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def games_won
  @games_won
end

#iconObject (readonly)

Returns the value of attribute icon.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def icon
  @icon
end

#levelObject (readonly)

Returns the value of attribute level.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def level
  @level
end

#level_iconObject (readonly)

Returns the value of attribute level_icon.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def level_icon
  @level_icon
end

#nameObject (readonly)

Returns the value of attribute name.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def name
  @name
end

#prestigeObject (readonly)

Returns the value of attribute prestige.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def prestige
  @prestige
end

#prestige_iconObject (readonly)

Returns the value of attribute prestige_icon.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def prestige_icon
  @prestige_icon
end

#privateObject (readonly)

Returns the value of attribute private.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def private
  @private
end

#ratingObject (readonly)

Returns the value of attribute rating.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def rating
  @rating
end

#rating_iconObject (readonly)

Returns the value of attribute rating_icon.



6
7
8
# File 'lib/ow_api/response/profile.rb', line 6

def rating_icon
  @rating_icon
end