class Rakuna::Resource::Item
Item
Resources allow specific items to be fetched/deleted/replaced.
Public Instance Methods
allowed_methods()
click to toggle source
# File lib/rakuna/resource/item.rb, line 11 def allowed_methods %w(HEAD GET PUT DELETE) end