Module: UState::QueryString::Integer1

Defined in:
lib/ustate/query_string.rb

Instance Method Summary collapse

Instance Method Details

#ruby_valueObject Also known as: sql



1194
1195
1196
# File 'lib/ustate/query_string.rb', line 1194

def ruby_value
  Integer(text_value)
end