Class: BlazeVerify::BatchStatus

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from APIResource

#initialize

Constructor Details

This class inherits a constructor from BlazeVerify::APIResource

Instance Attribute Details

#emailsObject

Returns the value of attribute emails.



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

def emails
  @emails
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#messageObject

Returns the value of attribute message.



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

def message
  @message
end

#reason_countsObject

Returns the value of attribute reason_counts.



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

def reason_counts
  @reason_counts
end

#total_countsObject

Returns the value of attribute total_counts.



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

def total_counts
  @total_counts
end

Instance Method Details

#complete?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/blazeverify/resources/batch_status.rb', line 5

def complete?
  !emails.nil?
end