Method: Appwrite::Models::FunctionList#initialize
- Defined in:
- lib/appwrite/models/function_list.rb
#initialize(total:, functions:) ⇒ FunctionList
Returns a new instance of FunctionList.
9 10 11 12 13 14 15 |
# File 'lib/appwrite/models/function_list.rb', line 9 def initialize( total:, functions: ) @total = total @functions = functions end |