Class: CSSPool::CSS::Charset

Inherits:
Struct
  • Object
show all
Includes:
Visitable
Defined in:
lib/csspool/css/charset.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Visitable

#==, #accept, #children, #each, #hash, #to_css

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/csspool/css/charset.rb', line 3

def name
  @name
end

#parse_locationObject

Returns the value of attribute parse_location

Returns:

  • (Object)

    the current value of parse_location



3
4
5
# File 'lib/csspool/css/charset.rb', line 3

def parse_location
  @parse_location
end