Method: ShellCardManagementApIs::OrderCardResponse#to_s
- Defined in:
- lib/shell_card_management_ap_is/models/order_card_response.rb
#to_s ⇒ Object
Provides a human-readable string representation of the object.
89 90 91 92 93 |
# File 'lib/shell_card_management_ap_is/models/order_card_response.rb', line 89 def to_s class_name = self.class.name.split('::').last "<#{class_name} request_id: #{@request_id}, status: #{@status}, data: #{@data},"\ " main_reference: #{@main_reference}>" end |