Class: OneApi::OneApiModel
- Inherits:
-
Object
- Object
- OneApi::OneApiModel
- Extended by:
- OneApiAccessorModifier
- Defined in:
- lib/oneapi-ruby/objects.rb
Direct Known Subclasses
AccountBalance, Currency, CustomerProfile, DeliveryInfo, DeliveryInfoList, DeliveryInfoNotification, GenericObject, InboundSmsMessage, InboundSmsMessages, OneApiAuthentication, OneApiError, ResourceReference, SMSRequest, ServingMccMnc, TerminalRoamingExtendedData, TerminalRoamingStatus, TerminalRoamingStatusNotification
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
Instance Method Summary collapse
-
#initialize ⇒ OneApiModel
constructor
A new instance of OneApiModel.
- #is_success ⇒ Object
Methods included from OneApiAccessorModifier
get_field_conversion_rules, oneapi_attr_accessor
Constructor Details
#initialize ⇒ OneApiModel
Returns a new instance of OneApiModel.
165 166 |
# File 'lib/oneapi-ruby/objects.rb', line 165 def initialize end |
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception.
163 164 165 |
# File 'lib/oneapi-ruby/objects.rb', line 163 def exception @exception end |
Instance Method Details
#is_success ⇒ Object
168 169 170 |
# File 'lib/oneapi-ruby/objects.rb', line 168 def is_success return @exception == nil end |