Class: RubyLokaliseApi::Collections::PaymentCards

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_lokalise_api/collections/payment_cards.rb

Constant Summary collapse

ENDPOINT =
RubyLokaliseApi::Endpoints::PaymentCardsEndpoint
RESOURCE =
RubyLokaliseApi::Resources::PaymentCard

Constants inherited from Base

Base::ATTRS_FILENAME

Instance Attribute Summary

Attributes inherited from Base

#collection, #current_page, #results_per_page, #total_pages, #total_results

Method Summary

Methods inherited from Base

#first_page?, #initialize, #last_page?, #next_page, #next_page?, #prev_page, #prev_page?

Methods included from RubyLokaliseApi::Concerns::AttrsLoadable

extended, #inherited

Methods included from Utils::Keys

#collection_key_for, #data_key_for

Constructor Details

This class inherits a constructor from RubyLokaliseApi::Collections::Base