Class: Cloudrider::Apiv1::HeroSplashComponent

Inherits:
Base
  • Object
show all
Defined in:
lib/cloudrider/apiv1/hero_splash_component.rb

Defined Under Namespace

Classes: Context

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Cloudrider::Apiv1::Base

Instance Method Details

#protofileObject



17
18
19
20
21
22
23
# File 'lib/cloudrider/apiv1/hero_splash_component.rb', line 17

def protofile
  Cloudrider::Protofile.new.tap do |p|
    p.file_name = "hero-splash.emblem"
    p.folder = "app/assets/javascripts/templates/components"
    p.renderer = _renderer
  end
end