class Xolphin::Api::Responses::RequestValidationDomain

Public Class Methods

new(data) click to toggle source
Calls superclass method Xolphin::Api::Responses::Base::new
# File lib/xolphin/api/responses/request_validation_domain.rb, line 5
def initialize(data)
  super(data)
end

Public Instance Methods

dcv_email() click to toggle source
# File lib/xolphin/api/responses/request_validation_domain.rb, line 29
def dcv_email
  @data["dcvEmail"]
end
dcv_type() click to toggle source
# File lib/xolphin/api/responses/request_validation_domain.rb, line 25
def dcv_type
  @data["dcvType"]
end
domain() click to toggle source
# File lib/xolphin/api/responses/request_validation_domain.rb, line 9
def domain
  @data["domain"]
end
status() click to toggle source
# File lib/xolphin/api/responses/request_validation_domain.rb, line 13
def status
  @data["status"]
end
status_detail() click to toggle source
# File lib/xolphin/api/responses/request_validation_domain.rb, line 17
def status_detail
  @data["statusDetail"]
end
status_message() click to toggle source
# File lib/xolphin/api/responses/request_validation_domain.rb, line 21
def status_message
  @data["statusMessage"]
end