class RoadForest::Resource::RDF::List
Used for a resource that simply represents a list of other resources without having any properties itself - a list of posts, for instance
Public Instance Methods
allowed_methods()
click to toggle source
Calls superclass method
RoadForest::Resource::Role::HasChildren::allowed_methods
# File lib/roadforest/resource/list.rb, line 13 def allowed_methods super + Role::HasChildren.allowed_methods end