class InfobipApi::InfobipApiModel

Attributes

exception[RW]

Public Class Methods

new() click to toggle source
# File lib/infobipapi/objects.rb, line 189
def initialize
end

Public Instance Methods

is_success() click to toggle source
# File lib/infobipapi/objects.rb, line 192
def is_success
    return @exception == nil
end