Module: Waves::Helpers::Default

Includes:
Common, Form, Formatting, Model, View, ResponseMixin
Defined in:
lib/helpers/default.rb

Constant Summary

Constants included from Common

Common::DOCTYPES

Instance Attribute Summary collapse

Method Summary

Methods included from Form

#properties, #property

Methods included from View

#view

Methods included from Model

#all, #find

Methods included from Formatting

#escape_html, #escape_uri, #markaby, #textile

Methods included from Common

#doctype, #layout

Methods included from ResponseMixin

#blackboard, #controllers, #domain, #log, #models, #not_found, #params, #path, #redirect, #response, #session, #url, #views

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content.



4
5
6
# File 'lib/helpers/default.rb', line 4

def content
  @content
end

#requestObject (readonly)

Returns the value of attribute request.



4
5
6
# File 'lib/helpers/default.rb', line 4

def request
  @request
end