Method: ShellCardManagementApIs::InvoiceDistributionMethod#to_s
- Defined in:
- lib/shell_card_management_ap_is/models/invoice_distribution_method.rb
#to_s ⇒ Object
Provides a human-readable string representation of the object.
98 99 100 101 102 |
# File 'lib/shell_card_management_ap_is/models/invoice_distribution_method.rb', line 98 def to_s class_name = self.class.name.split('::').last "<#{class_name} is_primary: #{@is_primary}, frequency_type: #{@frequency_type},"\ " distribution_method: #{@distribution_method}, output_type: #{@output_type}>" end |