Class: Trello::TInternet
- Inherits:
-
Object
- Object
- Trello::TInternet
- Defined in:
- lib/trello/net.rb
Class Method Summary collapse
Class Method Details
.execute(request) ⇒ Object
7 8 9 |
# File 'lib/trello/net.rb', line 7 def execute(request) Trello.http_client.execute(request) end |
.multipart_file(file) ⇒ Object
11 12 13 |
# File 'lib/trello/net.rb', line 11 def multipart_file(file) Trello.http_client.multipart_file(file) end |