class RapidApi::Services::ServiceResponse
Attributes
errors[RW]
value[RW]
Public Instance Methods
has_errors?()
click to toggle source
# File lib/rapid_api/services/service_response.rb, line 6 def has_errors? !errors.empty? end