Class: JsonClient::Requests
- Inherits:
-
Object
- Object
- JsonClient::Requests
- Defined in:
- lib/json_client/requests.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
17 18 19 |
# File 'lib/json_client/requests.rb', line 17 def create BaseRequests::Create end |
#destroy ⇒ Object
25 26 27 |
# File 'lib/json_client/requests.rb', line 25 def destroy BaseRequests::Destroy end |
#index ⇒ Object
9 10 11 |
# File 'lib/json_client/requests.rb', line 9 def index BaseRequests::Index end |
#show ⇒ Object
13 14 15 |
# File 'lib/json_client/requests.rb', line 13 def show BaseRequests::Show end |
#update ⇒ Object
21 22 23 |
# File 'lib/json_client/requests.rb', line 21 def update BaseRequests::Update end |