Class: BlazeVerify::Verification

Inherits:
APIResource show all
Defined in:
lib/blazeverify/resources/verification.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from APIResource

#initialize

Constructor Details

This class inherits a constructor from BlazeVerify::APIResource

Instance Attribute Details

#accept_allObject

Returns the value of attribute accept_all.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def accept_all
  @accept_all
end

#did_you_meanObject

Returns the value of attribute did_you_mean.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def did_you_mean
  @did_you_mean
end

#disposableObject

Returns the value of attribute disposable.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def disposable
  @disposable
end

#domainObject

Returns the value of attribute domain.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def domain
  @domain
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def email
  @email
end

#freeObject

Returns the value of attribute free.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def free
  @free
end

#reasonObject

Returns the value of attribute reason.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def reason
  @reason
end

#roleObject

Returns the value of attribute role.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def role
  @role
end

#scoreObject

Returns the value of attribute score.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def score
  @score
end

#stateObject

Returns the value of attribute state.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def state
  @state
end

#tagObject

Returns the value of attribute tag.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def tag
  @tag
end

#userObject

Returns the value of attribute user.



3
4
5
# File 'lib/blazeverify/resources/verification.rb', line 3

def user
  @user
end