Class: InfobipApi::InfobipApiModel

Inherits:
Object
  • Object
show all
Extended by:
InfobipApiAccessorModifier
Defined in:
lib/infobipapi/objects.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from InfobipApiAccessorModifier

get_field_conversion_rules, infobipapi_attr_accessor

Constructor Details

#initializeInfobipApiModel

Returns a new instance of InfobipApiModel.



189
190
# File 'lib/infobipapi/objects.rb', line 189

def initialize
end

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception.



187
188
189
# File 'lib/infobipapi/objects.rb', line 187

def exception
  @exception
end

Instance Method Details

#is_successObject



192
193
194
# File 'lib/infobipapi/objects.rb', line 192

def is_success
    return @exception == nil
end