Class: Cloudrider::Apiv1::HeroSplashSass

Inherits:
Base
  • Object
show all
Defined in:
lib/cloudrider/apiv1/hero_splash_sass.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



23
24
25
26
27
28
29
# File 'lib/cloudrider/apiv1/hero_splash_sass.rb', line 23

def protofile
  Cloudrider::Protofile.new.tap do |p|
    p.file_name = "_hero-splash.css.scss"
    p.folder = "app/assets/stylesheets/apiv1/components"
    p.renderer = _renderer
  end
end