Method: Appwrite::Models::ExecutionList#to_map
- Defined in:
- lib/appwrite/models/execution_list.rb
#to_map ⇒ Object
24 25 26 27 28 29 |
# File 'lib/appwrite/models/execution_list.rb', line 24 def to_map { "total": @total, "executions": @executions.map { |it| it.to_map } } end |