class RoadForest::Resource::RDF::LeafItem

Used for a simple resource that has properties that can be updated, but doesn’t have any children - for example a comment

Public Instance Methods

allowed_methods() click to toggle source
# File lib/roadforest/resource/leaf-item.rb, line 14
def allowed_methods
  super + Role::Writable.allowed_methods
end