class Clashinator::BadgeUrl
This class represents the BadgeUrl
model
Attributes
large[RW]
medium[RW]
small[RW]
tiny[RW]
Public Class Methods
new(attributes)
click to toggle source
# File lib/clashinator/badge_url.rb, line 6 def initialize(attributes) @tiny = attributes['tiny'] @small = attributes['small'] @medium = attributes['medium'] @large = attributes['large'] end