Module: Unchained::Client::Archetypes

Included in:
Unchained::Client
Defined in:
lib/unchained/client/archetypes.rb

Defined Under Namespace

Classes: Archetype

Instance Method Summary collapse

Instance Method Details

#archetypes(opts = {}) ⇒ Object



14
15
16
# File 'lib/unchained/client/archetypes.rb', line 14

def archetypes(opts={})
  get_resources("#{base_url}/gamedata/archetypes", Archetype, opts)
end