Class: RightScript

Inherits:
RightResource::Base show all
Defined in:
lib/right_resource/right_script.rb

Instance Attribute Summary

Attributes inherited from RightResource::Base

#attributes, #id

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from RightResource::Base

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

Constructor Details

This class inherits a constructor from RightResource::Base

Class Method Details

.createObject

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/right_resource/right_script.rb', line 3

def create
  raise NotImplementedError
end

.destory(id) ⇒ Object

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/right_resource/right_script.rb', line 11

def destory(id)
  raise NotImplementedError
end

.update(id) ⇒ Object

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/right_resource/right_script.rb', line 7

def update(id)
  raise NotImplementedError
end

Instance Method Details

#createObject

Raises:

  • (NotImplementedError)


16
17
18
# File 'lib/right_resource/right_script.rb', line 16

def create
  raise NotImplementedError
end

#destory(id) ⇒ Object

Raises:

  • (NotImplementedError)


24
25
26
# File 'lib/right_resource/right_script.rb', line 24

def destory(id)
  raise NotImplementedError
end

#update(id) ⇒ Object

Raises:

  • (NotImplementedError)


20
21
22
# File 'lib/right_resource/right_script.rb', line 20

def update(id)
  raise NotImplementedError
end