Class: MTG::Supertype
- Inherits:
-
Object
- Object
- MTG::Supertype
- Includes:
- RestClient
- Defined in:
- lib/mtg_sdk/supertype.rb
Class Method Summary collapse
-
.all ⇒ Array<String>
Get all supertypes.
Methods included from RestClient
Class Method Details
.all ⇒ Array<String>
Get all supertypes
8 9 10 |
# File 'lib/mtg_sdk/supertype.rb', line 8 def self.all RestClient.get('supertypes').body['supertypes'] end |