Module: UState::QueryString::Integer1

Defined in:
lib/ustate/query_string.rb

Instance Method Summary collapse

Instance Method Details

#ruby_valueObject Also known as: sql



658
659
660
# File 'lib/ustate/query_string.rb', line 658

def ruby_value
  Integer(text_value)
end