Module: Pragma::Decorator::Collection::InstanceMethods
- Defined in:
- lib/pragma/decorator/collection.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#type ⇒ Object
Overrides the type of the resource to be
list, for compatibility with Type.
Instance Method Details
#type ⇒ Object
Overrides the type of the resource to be list, for compatibility with Type.
57 58 59 |
# File 'lib/pragma/decorator/collection.rb', line 57 def type 'list' end |