Module: PomelliAiMarketing

Defined in:
lib/pomelli_ai_marketing.rb

Constant Summary collapse

WEBSITE =
"https://pomelli.page/"
GITHUB_REPOSITORY =
"https://github.com/eavemma5-tech/pomelli-resources"
GITHUB_PAGES =
"https://eavemma5-tech.github.io/pomelli-resources/"
["https://pomelli.page/", "https://github.com/eavemma5-tech/pomelli-resources", "https://eavemma5-tech.github.io/pomelli-resources/", "https://pomelli.page", "https://pomelli.page/pricing", "https://pomelli.page/photoshoot", "https://pomelli.page/brand-book", "https://pomelli.page/ai/free-video-generator", "https://pomelli.page/ai/free-image-generator", "https://pomelli.page/about", "https://pomelli.page/contact", "https://pomelli.page/changelog"]

Class Method Summary collapse

Class Method Details

.infoObject



6
7
8
# File 'lib/pomelli_ai_marketing.rb', line 6

def self.info
  { website: WEBSITE, github_repository: GITHUB_REPOSITORY, github_pages: GITHUB_PAGES, links: LINKS }
end