class Gugl::Search::ApiCredentials

Attributes

cx[RW]
key[RW]

Public Instance Methods

to_h() click to toggle source
# File lib/search/api_credentials.rb, line 6
def to_h
  { key: key,  cx: cx }
end