Skip to content

Instantly share code, notes, and snippets.

@leenyburger
Last active January 7, 2018 20:03
Show Gist options
  • Select an option

  • Save leenyburger/a5ed8ccf8a0dbcf4b44906025e4c03fc to your computer and use it in GitHub Desktop.

Select an option

Save leenyburger/a5ed8ccf8a0dbcf4b44906025e4c03fc to your computer and use it in GitHub Desktop.
attr_reader :options
def initialize
api_key = YOUR_API_KEY
@options = {
query: {
key: api_key,
sign: "true",
desc: "true",
page: 10
}
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment