We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5c5fd0 + cd2eb87 commit da70093Copy full SHA for da70093
lib/buildingsync/selection_tool.rb
@@ -41,10 +41,10 @@
41
require 'net/http/post/multipart'
42
43
module BuildingSync
44
- # Class for communicating with SelectionTool
+ # Class for communicating with SelectionTool on the BuildingSync website
45
class SelectionTool
46
# initialize the selection tools class
47
- # @note See documentation here: https://github.com/buildingsync/selection-tool#validator
+ # @note See documentation here: https://github.com/buildingsync/buildingsync-website#validator
48
# @note Use core Net::HTTPS
49
# @param xml_path [String]
50
def initialize(xml_path, version = '2.2.0')
0 commit comments