Module: UState::QueryString::Greater0

Defined in:
lib/ustate/query_string.rb

Instance Method Summary collapse

Instance Method Details

#fieldObject



805
806
807
# File 'lib/ustate/query_string.rb', line 805

def field
  elements[0]
end

#valueObject



809
810
811
# File 'lib/ustate/query_string.rb', line 809

def value
  elements[4]
end