Module: Pragma::Decorator::Collection::InstanceMethods

Defined in:
lib/pragma/decorator/collection.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#typeObject

Overrides the type of the resource to be list, for compatibility with Type.

See Also:



46
47
48
# File 'lib/pragma/decorator/collection.rb', line 46

def type
  'list'
end