Method: Appwrite::Models::ProviderList#initialize
- Defined in:
- lib/appwrite/models/provider_list.rb
#initialize(total:, providers:) ⇒ ProviderList
9 10 11 12 13 14 15 |
# File 'lib/appwrite/models/provider_list.rb', line 9 def initialize( total:, providers: ) @total = total @providers = providers end |