Class: JsonClient::Requests

Inherits:
Object
  • Object
show all
Defined in:
lib/json_client/requests.rb

Instance Method Summary collapse

Instance Method Details

#createObject



17
18
19
# File 'lib/json_client/requests.rb', line 17

def create
  BaseRequests::Create
end

#destroyObject



25
26
27
# File 'lib/json_client/requests.rb', line 25

def destroy
  BaseRequests::Destroy
end

#indexObject



9
10
11
# File 'lib/json_client/requests.rb', line 9

def index
  BaseRequests::Index
end

#showObject



13
14
15
# File 'lib/json_client/requests.rb', line 13

def show
  BaseRequests::Show
end

#updateObject



21
22
23
# File 'lib/json_client/requests.rb', line 21

def update
  BaseRequests::Update
end