Class: ActiveFedora::Associations::ContainerProxy
- Inherits:
 - 
      CollectionProxy
      
        
- Object
 - Relation
 - CollectionProxy
 - ActiveFedora::Associations::ContainerProxy
 
 
- Defined in:
 - lib/active_fedora/associations/container_proxy.rb
 
Instance Attribute Summary
Attributes inherited from Relation
#default_scoped, #klass, #loaded, #values
Instance Method Summary collapse
- 
  
    
      #initialize(association)  ⇒ ContainerProxy 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
rubocop:disable Lint/MissingSuper.
 
Methods inherited from CollectionProxy
#<<, #any?, #build, #clear, #concat, #count, #create, #create!, #delete, #delete_all, #destroy, #destroy_all, #empty?, #find, #first, #include?, #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_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
Methods included from SpawnMethods
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
#initialize(association) ⇒ ContainerProxy
rubocop:disable Lint/MissingSuper
      5 6 7  | 
    
      # File 'lib/active_fedora/associations/container_proxy.rb', line 5 def initialize(association) @association = association end  |