Class: GreenPepper::CollectionHandler::CollectionSuccessResult
- Inherits:
-
Object
- Object
- GreenPepper::CollectionHandler::CollectionSuccessResult
- Defined in:
- lib/greenpepper/example/collectionexample.rb
Class Method Summary collapse
Class Method Details
.create(value, silent = false) ⇒ Object
256 257 258 |
# File 'lib/greenpepper/example/collectionexample.rb', line 256 def self.create(value, silent = false) SuccessExampleResult.new silent end |