Class: Racket::Utils::Views::TemplateParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/racket/utils/views.rb

Overview

Struct for holding template data.

Instance Attribute Summary collapse

Instance Attribute Details

#base_dirObject

Returns the value of attribute base_dir

Returns:

  • (Object)

    the current value of base_dir



211
212
213
# File 'lib/racket/utils/views.rb', line 211

def base_dir
  @base_dir
end

#cacheObject

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



211
212
213
# File 'lib/racket/utils/views.rb', line 211

def cache
  @cache
end

#controllerObject

Returns the value of attribute controller

Returns:

  • (Object)

    the current value of controller



211
212
213
# File 'lib/racket/utils/views.rb', line 211

def controller
  @controller
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



211
212
213
# File 'lib/racket/utils/views.rb', line 211

def type
  @type
end