Module: ReadonlyParty::ClassMethods

Defined in:
lib/readonly_party.rb

Instance Method Summary collapse

Instance Method Details

#delete(*args) ⇒ Object



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

def delete(*args)
  raise HTTPMethodDisallowedException.new
end

#post(*args) ⇒ Object



8
9
10
# File 'lib/readonly_party.rb', line 8

def post(*args)
  raise HTTPMethodDisallowedException.new
end

#put(*args) ⇒ Object



12
13
14
# File 'lib/readonly_party.rb', line 12

def put(*args)
  raise HTTPMethodDisallowedException.new
end