Class: CSS::OutlineProperty
- Inherits:
-
BorderProperty
- Object
- Property
- BorderProperty
- CSS::OutlineProperty
- Defined in:
- lib/css/properties/outline_property.rb
Instance Method Summary collapse
Methods inherited from BorderProperty
Methods inherited from Property
#<<, #==, #[], create, #get, #initialize, #inspect, #method_missing, #to_s, #to_style, #value
Methods included from Normalize
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
#name ⇒ Object
3 4 5 |
# File 'lib/css/properties/outline_property.rb', line 3 def name 'outline' end |