Class: InfobipApi::InfobipApiModel
- Inherits:
-
Object
- Object
- InfobipApi::InfobipApiModel
- Extended by:
- InfobipApiAccessorModifier
- Defined in:
- lib/infobipapi/objects.rb
Direct Known Subclasses
AccountBalance, AuthenticationAnswer, Currency, CustomerProfile, DeliveryInfo, DeliveryInfoList, DeliveryInfoNotification, DeliveryReport, DeliveryReportError, DeliveryReportList, DeliveryReportPrice, DeliveryReportStatus, GenericObject, InfobipApiError, Language, MessageAnswer, ResourceReference, ServingMccMnc, SimpleSMSAnswer, SimpleTextSMSRequest, StatusAnswer, TerminalRoamingExtendedData, TerminalRoamingStatus, TerminalRoamingStatusNotification
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
Instance Method Summary collapse
-
#initialize ⇒ InfobipApiModel
constructor
A new instance of InfobipApiModel.
- #is_success ⇒ Object
Methods included from InfobipApiAccessorModifier
get_field_conversion_rules, infobipapi_attr_accessor
Constructor Details
#initialize ⇒ InfobipApiModel
Returns a new instance of InfobipApiModel.
189 190 |
# File 'lib/infobipapi/objects.rb', line 189 def initialize end |
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception.
187 188 189 |
# File 'lib/infobipapi/objects.rb', line 187 def exception @exception end |
Instance Method Details
#is_success ⇒ Object
192 193 194 |
# File 'lib/infobipapi/objects.rb', line 192 def is_success return @exception == nil end |