Class: Mayu::CSS::ImportDependency
- Inherits:
-
Data
- Object
- Data
- Mayu::CSS::ImportDependency
- Defined in:
- lib/mayu/css.rb
Instance Attribute Summary collapse
-
#loc ⇒ Object
readonly
Returns the value of attribute loc.
-
#media ⇒ Object
readonly
Returns the value of attribute media.
-
#placeholder ⇒ Object
readonly
Returns the value of attribute placeholder.
-
#supports ⇒ Object
readonly
Returns the value of attribute supports.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#loc ⇒ Object (readonly)
Returns the value of attribute loc
18 19 20 |
# File 'lib/mayu/css.rb', line 18 def loc @loc end |
#media ⇒ Object (readonly)
Returns the value of attribute media
18 19 20 |
# File 'lib/mayu/css.rb', line 18 def media @media end |
#placeholder ⇒ Object (readonly)
Returns the value of attribute placeholder
18 19 20 |
# File 'lib/mayu/css.rb', line 18 def placeholder @placeholder end |
#supports ⇒ Object (readonly)
Returns the value of attribute supports
18 19 20 |
# File 'lib/mayu/css.rb', line 18 def supports @supports end |
#url ⇒ Object (readonly)
Returns the value of attribute url
18 19 20 |
# File 'lib/mayu/css.rb', line 18 def url @url end |