class Correios::SRO::Object

Public Instance Methods

has_error?() click to toggle source
# File lib/correios/sro/object.rb, line 12
def has_error?
  error != nil
end