class Ldp::Container::Basic
Public Instance Methods
members() { |x| ... }
click to toggle source
# File lib/ldp/container/basic.rb, line 3 def members return enum_for(:members) unless block_given? contains.each { |k, x| yield x } end
Protected Instance Methods
interaction_model()
click to toggle source
# File lib/ldp/container/basic.rb, line 10 def interaction_model RDF::Vocab::LDP.BasicContainer end