class Placemaker::Reference

Public Instance Methods

end() click to toggle source
   # File lib/placemaker/reference.rb
14 def end
15   nested_node('end')
16 end
is_plain_text_marker() click to toggle source
   # File lib/placemaker/reference.rb
18 def is_plain_text_marker
19   nested_node('isPlainTextMarker')
20 end
start() click to toggle source
   # File lib/placemaker/reference.rb
10 def start
11   nested_node('start')
12 end
text() click to toggle source
   # File lib/placemaker/reference.rb
22 def text
23   nested_node('text')
24 end
type() click to toggle source
   # File lib/placemaker/reference.rb
26 def type
27   nested_node('type')
28 end
woe_ids() click to toggle source
  # File lib/placemaker/reference.rb
6 def woe_ids
7   nested_node('woeIds')
8 end
xpath() click to toggle source
   # File lib/placemaker/reference.rb
30 def xpath
31   nested_node('xpath')
32 end