Class: Rews::Shape::Base

Inherits:
Object
  • Object
show all
Includes:
Util
Defined in:
lib/rews/shape.rb

Overview

models ItemShape and FolderShape used in Folder::BaseFolderId.find_* and Folder::BaseFolderId.get_* methods

Direct Known Subclasses

FolderShape, ItemShape

Instance Attribute Summary collapse

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

#shapeObject (readonly)

Returns the value of attribute shape.



31
32
33
# File 'lib/rews/shape.rb', line 31

def shape
  @shape
end

Instance Method Details

#inspectObject



33
34
35
# File 'lib/rews/shape.rb', line 33

def inspect
  "#<#{self.class} @shape=#{@shape}>"
end