Class: ActiveFedora::Orders::CollectionProxy

Inherits:
Associations::CollectionProxy show all
Defined in:
lib/active_fedora/orders/collection_proxy.rb

Constant Summary

Constants included from Delegation

Delegation::BLACKLISTED_ARRAY_METHODS

Instance Attribute Summary collapse

Attributes inherited from Relation

#default_scoped, #klass, #loaded, #values

Method Summary

Methods inherited from Associations::CollectionProxy

#<<, #any?, #build, #clear, #concat, #count, #create, #create!, #delete, #delete_all, #destroy, #destroy_all, #empty?, #find, #first, #include?, #initialize, #last, #length, #load_from_solr, #load_target, #loaded?, #many?, #proxy_association, #reload, #replace, #scope, #select, #size, #target, #to_ary, #uniq

Methods inherited from Relation

#==, #create, #delete_all, #destroy_all, #each, #empty?, #initialize, #initialize_copy, #reset, #scope_for_create, #scoping, #to_a, #where_values_hash

Methods included from FinderMethods

#exists?, #find, #find_each, #find_one, #find_take, #first, #last, #search_by_id, #search_in_batches, #search_with_conditions, #take

Methods included from Calculations

#count

Methods included from SpawnMethods

#merge, #merge!, #spawn

Methods included from QueryMethods

#build_where, #create_with_value, #extending!, #extending_values, #extending_values=, #limit, #limit!, #limit_value, #limit_value=, #none!, #offset, #offset!, #offset_value, #offset_value=, #order, #order!, #order_values, #order_values=, #select, #where, #where!, #where_values, #where_values=

Constructor Details

This class inherits a constructor from ActiveFedora::Associations::CollectionProxy

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveFedora::Delegation

Instance Attribute Details

#associationObject (readonly)

Returns the value of attribute association.



4
5
6
# File 'lib/active_fedora/orders/collection_proxy.rb', line 4

def association
  @association
end