module Webull

This module provides an interface to Webull's API

Set the version

Constants

VERSION

Public Class Methods

generate_tokens(*args) click to toggle source
# File lib/webull.rb, line 12
def generate_tokens(*args)
  self::Authenticator.new(*args).generate_tokens
end
new(*args) click to toggle source

Insert a helper .new() method for creating a new Account

# File lib/webull.rb, line 8
def new(*args)
  self::Account.new(*args)
end