Class: MTG::Type
Class Method Summary collapse
-
.all ⇒ Array<String>
Get all types.
Methods included from RestClient
Class Method Details
.all ⇒ Array<String>
Get all types
8 9 10 |
# File 'lib/mtg_sdk/type.rb', line 8 def self.all RestClient.get('types').body['types'] end |