Class: Paggio::CSS::Color

Inherits:
Object
  • Object
show all
Defined in:
lib/paggio/css/color.rb

Instance Method Summary collapse

Constructor Details

#initialize(value, type) ⇒ Color

Returns a new instance of Color.



14
15
16
17
# File 'lib/paggio/css/color.rb', line 14

def initialize(value, type)
  @internal = value
  @type     = type
end