class ThreeScaleToolbox::CRD::ProductDeploymentParser::GatewayResponseParser

Attributes

cr[R]

Public Class Methods

new(cr) click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 223
def initialize(cr)
  @cr = cr
end

Public Instance Methods

error_auth_failed() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 227
def error_auth_failed
  cr['errorAuthFailed']
end
error_auth_missing() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 231
def error_auth_missing
  cr['errorAuthMissing']
end
error_headers_auth_failed() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 239
def error_headers_auth_failed
  cr['errorHeadersAuthFailed']
end
error_headers_auth_missing() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 247
def error_headers_auth_missing
  cr['errorHeadersAuthMissing']
end
error_headers_limits_exceeded() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 271
def error_headers_limits_exceeded
  cr['errorHeadersLimitsExceeded']
end
error_headers_no_match() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 259
def error_headers_no_match
  cr['errorHeadersNoMatch']
end
error_limits_exceeded() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 263
def error_limits_exceeded
  cr['errorLimitsExceeded']
end
error_no_match() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 251
def error_no_match
  cr['errorNoMatch']
end
error_status_auth_failed() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 235
def error_status_auth_failed
  cr['errorStatusAuthFailed']
end
error_status_auth_missing() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 243
def error_status_auth_missing
  cr['errorStatusAuthMissing']
end
error_status_limits_exceeded() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 267
def error_status_limits_exceeded
  cr['errorStatusLimitsExceeded']
end
error_status_no_match() click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 255
def error_status_no_match
  cr['errorStatusNoMatch']
end
method_missing(name, *args) click to toggle source
# File lib/3scale_toolbox/crds/product_deployment_parser.rb, line 275
def method_missing(name, *args)
  nil
end