Skip to content

Instantly share code, notes, and snippets.

@bplexico
Created June 9, 2013 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bplexico/5745080 to your computer and use it in GitHub Desktop.
Save bplexico/5745080 to your computer and use it in GitHub Desktop.
create ObserverSearchData
class ObserverSearchData
attr_reader :id, :search_data
def initialize(id, search_data)
@id = id
@search_data = search_data
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment