Sha256: 2fa2696e594120d146d2b8ef875a28e1c1379411f4c3ec6a91458b5a9fe72383

Contents?: true

Size: 139 Bytes

Versions: 4

Compression:

Stored size: 139 Bytes

Contents

require 'roar/json'

module Pokemon
  module AbilityRepresenter
    include Roar::JSON
    
    property :name
    property :text
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pokemon_tcg_sdk-2.2.0 lib/pokemon_tcg_sdk/representers/ability_representer.rb
pokemon_tcg_sdk-2.1.0 lib/pokemon_tcg_sdk/representers/ability_representer.rb
pokemon_tcg_sdk-2.0.0 lib/pokemon_tcg_sdk/representers/ability_representer.rb
pokemon_tcg_sdk-1.0.0 lib/pokemon_tcg_sdk/representers/ability_representer.rb