Libraries
»
cat_engine
(0.1.1)
»
Index
»
CatEngine
»
Question
»
XMLMapper
»
#promis_id
Method: CatEngine::Question::XMLMapper#promis_id
Defined in:
lib/cat_engine/question.rb
#
promis_id
⇒
Object
46 47 48
# File 'lib/cat_engine/question.rb', line 46
def
promis_id
xml
.
xpath
(
"
//Item
"
)
[
0
]
[
"
ID
"
]
end