Sha256: 67c5479853894269bb2f593478b56bc0b62442d790ca38d2e7c91889893f9878

Contents?: true

Size: 207 Bytes

Versions: 3

Compression:

Stored size: 207 Bytes

Contents

module CoinMarketCap
  module Resources
    class Platform < Resource
      property 'id'
      property 'name'
      property 'symbol'
      property 'slug'
      property 'token_address'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coinmarketcap-ruby-client-1.1.1 lib/coinmarketcap/resources/platform.rb
coinmarketcap-ruby-client-1.1.0 lib/coinmarketcap/resources/platform.rb
coinmarketcap-ruby-client-1.0.0 lib/coinmarketcap/resources/platform.rb