Class: CSS::OutlineProperty

Inherits:
BorderProperty show all
Defined in:
lib/css/properties/outline_property.rb

Instance Method Summary collapse

Methods inherited from BorderProperty

#to_s, #to_style

Methods inherited from Property

#<<, #==, #[], create, #get, #initialize, #inspect, #method_missing, #to_s, #to_style, #value

Methods included from Normalize

#normalize_property_name

Constructor Details

This class inherits a constructor from CSS::Property

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CSS::Property

Instance Method Details

#nameObject



3
4
5
# File 'lib/css/properties/outline_property.rb', line 3

def name
  'outline'
end