Method: GoogleR::Token#to_google

Defined in:
lib/google_r/token.rb

#to_google(yajl_opts = {}) ⇒ Object



37
38
39
# File 'lib/google_r/token.rb', line 37

def to_google(yajl_opts = {})
  Yajl::Encoder.encode({}, yajl_opts)
end