Class: Mayu::CSS::ImportDependency

Inherits:
Data
  • Object
show all
Defined in:
lib/mayu/css.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locObject (readonly)

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



18
19
20
# File 'lib/mayu/css.rb', line 18

def loc
  @loc
end

#mediaObject (readonly)

Returns the value of attribute media

Returns:

  • (Object)

    the current value of media



18
19
20
# File 'lib/mayu/css.rb', line 18

def media
  @media
end

#placeholderObject (readonly)

Returns the value of attribute placeholder

Returns:

  • (Object)

    the current value of placeholder



18
19
20
# File 'lib/mayu/css.rb', line 18

def placeholder
  @placeholder
end

#supportsObject (readonly)

Returns the value of attribute supports

Returns:

  • (Object)

    the current value of supports



18
19
20
# File 'lib/mayu/css.rb', line 18

def supports
  @supports
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



18
19
20
# File 'lib/mayu/css.rb', line 18

def url
  @url
end