Home
Classes
Methods
Defined In
lib/xpath/literal.rb
Parent
Object
Methods
::new
Class and Module Index
XPath
XPath::DSL
XPath::DSL::ExpressionLevel
XPath::DSL::TopLevel
XPath::Expression
XPath::HTML
XPath::Literal
XPath::Renderer
XPath::Union
class XPath::Literal
Attributes
value
[R]
Public Class Methods
new
(value)
click to toggle source
# File lib/xpath/literal.rb, line 4
def
initialize
(
value
)
@value
=
value
end