class Comptroller::ClaimError

Public Class Methods

count(opts={}) click to toggle source
# File lib/comptroller/claim_error.rb, line 10
def self.count(opts={})
  get_raw(:count, opts) do |parsed_data, response|
    parsed_data[:data][:count] 
  end
end

Public Instance Methods

eql?(other) click to toggle source
# File lib/comptroller/claim_error.rb, line 16
def eql?(other)
  id.eql? other.id
end