Class: Mayu::CSS::UrlDependency

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



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

def loc
  @loc
end

#placeholderObject (readonly)

Returns the value of attribute placeholder

Returns:

  • (Object)

    the current value of placeholder



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

def placeholder
  @placeholder
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end