Class: CSS::PaddingProperty

Inherits:
MarginProperty show all
Defined in:
lib/css/properties/padding_property.rb

Instance Method Summary collapse

Methods inherited from MarginProperty

#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/padding_property.rb', line 3

def name
  'padding'
end