Class: CSSPool::CSS::Media
- Inherits:
-
Struct
- Object
- Struct
- CSSPool::CSS::Media
- Includes:
- Visitable
- Defined in:
- lib/csspool/css/media.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#parse_location ⇒ Object
Returns the value of attribute parse_location.
Method Summary
Methods included from Visitable
#==, #accept, #children, #each, #hash, #to_css
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/csspool/css/media.rb', line 3 def name @name end |
#parse_location ⇒ Object
Returns the value of attribute parse_location
3 4 5 |
# File 'lib/csspool/css/media.rb', line 3 def parse_location @parse_location end |