Class: Rews::View::Base
Direct Known Subclasses
Instance Attribute Summary collapse
-
#view ⇒ Object
readonly
Returns the value of attribute view.
Instance Method Summary collapse
Methods included from Util
apply_namespace, camel_keys, camelize, camelize_qname, check_opts, rsxml_to_xml, single_error_check, strip_bang, tag_exception, with_error_check
Instance Attribute Details
#view ⇒ Object (readonly)
Returns the value of attribute view.
20 21 22 |
# File 'lib/rews/view.rb', line 20 def view @view end |
Instance Method Details
#inspect ⇒ Object
22 23 24 |
# File 'lib/rews/view.rb', line 22 def inspect "#<#{self.class} @view=#{@view.inspect}>" end |