Module: Veo4VideoArtSiteKit
- Defined in:
- lib/veo4_video_art_site_kit.rb
Constant Summary collapse
- DOMAIN =
"veo4-video.art"- HOMEPAGE =
"https://veo4-video.art"
Class Method Summary collapse
Class Method Details
.build_url(path = "") ⇒ Object
9 10 11 12 |
# File 'lib/veo4_video_art_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/veo4_video_art_site_kit.rb', line 5 def self.homepage HOMEPAGE end |