Sha256: 3d81b14ae5c7289e830f48f0a323eb067da3d74ada531ce6e9d0d878a27d781b

Contents?: true

Size: 168 Bytes

Versions: 3

Compression:

Stored size: 168 Bytes

Contents

require 'roar/json'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pokemon_tcg_sdk-3.0.0 lib/pokemon_tcg_sdk/representers/ability_representer.rb
pokemon_tcg_sdk-2.5.0 lib/pokemon_tcg_sdk/representers/ability_representer.rb
pokemon_tcg_sdk-2.4.0 lib/pokemon_tcg_sdk/representers/ability_representer.rb