Class: RightScript
Instance Attribute Summary
#attributes, #id
Class Method Summary
collapse
Instance Method Summary
collapse
collection_path, connection, connection=, element_path, format, format=, generate_attributes, headers, index, #initialize, #load_accessor, #loads, logger, logger=, #new?, resource_id, resource_name, #save, show, status, #update_attributes
Class Method Details
3
4
5
|
# File 'lib/right_resource/right_script.rb', line 3
def create
raise NotImplementedError
end
|
.destory(id) ⇒ Object
11
12
13
|
# File 'lib/right_resource/right_script.rb', line 11
def destory(id)
raise NotImplementedError
end
|
.update(id) ⇒ Object
7
8
9
|
# File 'lib/right_resource/right_script.rb', line 7
def update(id)
raise NotImplementedError
end
|
Instance Method Details
16
17
18
|
# File 'lib/right_resource/right_script.rb', line 16
def create
raise NotImplementedError
end
|
#destory(id) ⇒ Object
24
25
26
|
# File 'lib/right_resource/right_script.rb', line 24
def destory(id)
raise NotImplementedError
end
|
#update(id) ⇒ Object
20
21
22
|
# File 'lib/right_resource/right_script.rb', line 20
def update(id)
raise NotImplementedError
end
|