Module: Springnote

Defined in:
lib/springnote_client.rb,
lib/springnote_client/base.rb

Defined Under Namespace

Classes: Attachment, CallProxy, ConfigurationMissing, Note, Page, Resource

Instance Method Summary collapse

Instance Method Details

#make_url(path = '/', params = {}) ⇒ Object



61
62
63
# File 'lib/springnote_client.rb', line 61

def make_url(path = '/', params = {})
  holder.make_url(path, params)
end