class Nabatheon::Search

Attributes

type[RW]
value[RW]

Public Class Methods

new(type, value) click to toggle source
# File lib/nabatheon/search.rb, line 5
def initialize(type, value)
  @type  = type
  @value = value
end