Guest User

Untitled

a guest
Feb 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. require 'rubygems'
  2. require 'httparty'
  3.  
  4. module Upcoming
  5. class Base
  6. include HTTParty
  7.  
  8. format :xml
  9.  
  10. def self.api_key=(api_key)
  11. default_params :api_key => api_key
  12. end
  13. end
  14. end
Add Comment
Please, Sign In to add comment