Class: Racket::Utils::Views::TemplateParams
- Inherits:
-
Struct
- Object
- Struct
- Racket::Utils::Views::TemplateParams
- Defined in:
- lib/racket/utils/views.rb
Overview
Struct for holding template data.
Instance Attribute Summary collapse
-
#base_dir ⇒ Object
Returns the value of attribute base_dir.
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#base_dir ⇒ Object
Returns the value of attribute base_dir
211 212 213 |
# File 'lib/racket/utils/views.rb', line 211 def base_dir @base_dir end |
#cache ⇒ Object
Returns the value of attribute cache
211 212 213 |
# File 'lib/racket/utils/views.rb', line 211 def cache @cache end |
#controller ⇒ Object
Returns the value of attribute controller
211 212 213 |
# File 'lib/racket/utils/views.rb', line 211 def controller @controller end |
#type ⇒ Object
Returns the value of attribute type
211 212 213 |
# File 'lib/racket/utils/views.rb', line 211 def type @type end |