module PTTool

PTTool

PTTool

Constants

VERSION

Public Class Methods

application() click to toggle source
# File lib/pttool/pttool_module.rb, line 7
def application
  @application ||= PTTool::Application.new
end
client() click to toggle source
# File lib/pttool/pttool_module.rb, line 11
def client
  @client ||= PTTool::Client.get
end