Method: PaypalServerSdk::SellerProtection#inspect
- Defined in:
- lib/paypal_server_sdk/models/seller_protection.rb
#inspect ⇒ Object
Provides a debugging-friendly string with detailed object information.
72 73 74 75 76 |
# File 'lib/paypal_server_sdk/models/seller_protection.rb', line 72 def inspect class_name = self.class.name.split('::').last "<#{class_name} status: #{@status.inspect}, dispute_categories:"\ " #{@dispute_categories.inspect}>" end |