Class: Rews::Shape::Base
Overview
models ItemShape and FolderShape used in Folder::BaseFolderId.find_*
and Folder::BaseFolderId.get_*
methods
Direct Known Subclasses
Instance Attribute Summary collapse
-
#shape ⇒ Object
readonly
Returns the value of attribute shape.
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
#shape ⇒ Object (readonly)
Returns the value of attribute shape.
31 32 33 |
# File 'lib/rews/shape.rb', line 31 def shape @shape end |
Instance Method Details
#inspect ⇒ Object
33 34 35 |
# File 'lib/rews/shape.rb', line 33 def inspect "#<#{self.class} @shape=#{@shape}>" end |