Class: Backframe::Service::Result::Success

Inherits:
Base
  • Object
show all
Defined in:
lib/backframe/service/result/success.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Backframe::Service::Result::Base

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/backframe/service/result/success.rb', line 11

def success?
  true
end