Method: TransferZero::Pagination.attribute_map
- Defined in:
- lib/transferzero-sdk/models/pagination.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
33 34 35 36 37 38 39 40 41 |
# File 'lib/transferzero-sdk/models/pagination.rb', line 33 def self.attribute_map { :'current_page' => :'current_page', :'next_page' => :'next_page', :'prev_page' => :'prev_page', :'total_pages' => :'total_pages', :'total_count' => :'total_count' } end |