mhuggins/lol_client

View on GitHub
lib/lol_client/models/static/image.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'lol_client/models/base'

class LolClient
  module Static
    class Image < ModelBase
      attributes :full, :group, :sprite, :x, :y, :width, :height
    end
  end
end