Method: Unchained::Client::Attributes#attributes
- Defined in:
- lib/unchained/client/attributes.rb
#attributes(shard, opts = {}) ⇒ Object
25 26 27 28 29 30 31 |
# File 'lib/unchained/client/attributes.rb', line 25 def attributes(shard, opts={}) @cache[:attributes] ||= get_resources( "#{base_url}/gamedata/attributes/#{shard}", AttributeInfo, opts, ) end |