class ActiveFedora::FedoraStatement

Attributes

value[R]

Public Class Methods

new(value) click to toggle source
# File lib/active_fedora/change_set.rb, line 60
def initialize(value)
  @value = value
end

Public Instance Methods

internal?() click to toggle source
# File lib/active_fedora/change_set.rb, line 64
def internal?
  value.object.to_s.start_with?("http://www.jcp.org", "http://fedora.info") ||
    value.predicate.to_s.start_with?("http://fedora.info")
end