class ActiveFedora::Reflection::OrdersReflection

Public Instance Methods

association_class() click to toggle source
# File lib/active_fedora/reflection.rb, line 642
def association_class
  Associations::OrdersAssociation
end
class_name() click to toggle source
# File lib/active_fedora/reflection.rb, line 650
def class_name
  klass.to_s
end
collection?() click to toggle source
# File lib/active_fedora/reflection.rb, line 646
def collection?
  true
end
klass() click to toggle source
# File lib/active_fedora/reflection.rb, line 658
def klass
  ActiveFedora::Orders::ListNode
end
macro() click to toggle source
# File lib/active_fedora/reflection.rb, line 638
def macro
  :orders
end
unordered_reflection() click to toggle source
# File lib/active_fedora/reflection.rb, line 654
def unordered_reflection
  options[:unordered_reflection]
end