Class: Trello::TRestClient::TInternet
- Inherits:
-
Object
- Object
- Trello::TRestClient::TInternet
- Defined in:
- lib/trello/net/rest_client.rb
Class Method Summary collapse
Class Method Details
.execute(request) ⇒ Object
10 11 12 |
# File 'lib/trello/net/rest_client.rb', line 10 def execute(request) try_execute request end |
.multipart_file(file) ⇒ Object
14 15 16 |
# File 'lib/trello/net/rest_client.rb', line 14 def multipart_file(file) file end |