Module: Airbnb::Service::Hongbao::Api::UserExceptionSmartclientModule::GenerateInstanceMethods
- Defined in:
- lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
- #to_s ⇒ Object (also: #inspect)
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
390 391 392 |
# File 'lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb', line 390 def @message end |
Instance Method Details
#to_s ⇒ Object Also known as: inspect
391 392 393 |
# File 'lib/airbnb/service/hongbao/api/hongbao_data_smartclient_modules.rb', line 391 def to_s "UserException: #{@message}" end |