Class Zeep::OK
In: lib/zeep/responses.rb
Parent: Response

Methods

all_good?  

Constants

STATUS_CODE = 200
DEFAULT_MESSAGE = "All is good in the hood."

Public Class methods

[Source]

# File lib/zeep/responses.rb, line 78
    def self.all_good?
      true
    end

[Validate]