module Substation::Response::API::Success
Indicate successful processing
Public Instance Methods
success?()
click to toggle source
Test wether processing was successful
@return [true]
@api private
# File lib/substation/response/api.rb, line 17 def success? true end