Class: Wrxer::IntegerAttribute

Inherits:
Coercion
  • Object
show all
Defined in:
lib/wrxer/coercion.rb

Class Method Summary collapse

Methods inherited from Coercion

call, xpath

Class Method Details

.coerce(document) ⇒ Object



28
29
30
# File 'lib/wrxer/coercion.rb', line 28

def self.coerce(document)
  Integer(document.text)
end