Returns:
10 11 12 13
# File 'lib/celerity/input_element.rb', line 10 def readonly? assert_exists @object.hasAttribute 'readonly' end