# File lib/aws/core/xml_grammar.rb, line 260 def integer_value format_value do |value| value = super(value) value.nil? ? nil : value.to_i end end