Module: Imagine20Com

Defined in:
lib/imagine20_com.rb,
lib/imagine20_com/version.rb

Constant Summary collapse

HOMEPAGE =
"https://www.imagine20.com".freeze
SUMMARY =
"Imagine 2.0 is an AI video generator for text-to-video and image-to-video workflows.".freeze
VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.homepageObject



7
8
9
# File 'lib/imagine20_com.rb', line 7

def self.homepage
  HOMEPAGE
end

.summaryObject



11
12
13
# File 'lib/imagine20_com.rb', line 11

def self.summary
  SUMMARY
end