module GoodDataMarketo
Constants
- VERSION
Attributes
logging[RW]
Public Class Methods
client(config = {})
click to toggle source
# File lib/gooddata_marketo.rb, line 10 def client(config = {}) GoodDataMarketo.logging = false GoodDataMarketo::Client.new(config) end
Also aliased as: connect
freeze(*args)
click to toggle source
# File lib/gooddata_marketo.rb, line 15 def freeze(*args) # Bloc freeze args. args.each(&:freeze).freeze end