Class: Prawn::SVG::CSS::SelectorParser::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Prawn::SVG::CSS::SelectorParser::Attribute
- Defined in:
- lib/prawn/svg/css/selector_parser.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
35 36 37 |
# File 'lib/prawn/svg/css/selector_parser.rb', line 35 def key @key end |
#operator ⇒ Object
Returns the value of attribute operator
35 36 37 |
# File 'lib/prawn/svg/css/selector_parser.rb', line 35 def operator @operator end |
#value ⇒ Object
Returns the value of attribute value
35 36 37 |
# File 'lib/prawn/svg/css/selector_parser.rb', line 35 def value @value end |