Class: Paggio::CSS::Definition::Style
- Inherits:
-
Struct
- Object
- Struct
- Paggio::CSS::Definition::Style
- Defined in:
- lib/paggio/css/definition.rb
Instance Attribute Summary collapse
-
#important ⇒ Object
Returns the value of attribute important.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#important ⇒ Object
Returns the value of attribute important
14 15 16 |
# File 'lib/paggio/css/definition.rb', line 14 def important @important end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/paggio/css/definition.rb', line 14 def name @name end |
#value ⇒ Object
Returns the value of attribute value
14 15 16 |
# File 'lib/paggio/css/definition.rb', line 14 def value @value end |