Method: BlockSDK#createDash

Defined in:
lib/blocksdk_ruby/blocksdk.rb

#createDashObject



40
41
42
# File 'lib/blocksdk_ruby/blocksdk.rb', line 40

def createDash()
  return Dash.new(@api_token)
end