Module: AilearnhubNetSiteKit
- Defined in:
- lib/ailearnhub_net_site_kit.rb
Constant Summary collapse
- DOMAIN =
"ailearnhub.net"- HOMEPAGE =
"https://ailearnhub.net"
Class Method Summary collapse
Class Method Details
.build_url(path = "") ⇒ Object
9 10 11 12 |
# File 'lib/ailearnhub_net_site_kit.rb', line 9 def self.build_url(path = "") clean_path = path.to_s.sub(%r{^/+}, "") clean_path.empty? ? HOMEPAGE : "#{HOMEPAGE}/#{clean_path}" end |
.homepage ⇒ Object
5 6 7 |
# File 'lib/ailearnhub_net_site_kit.rb', line 5 def self.homepage HOMEPAGE end |