Class: ActiveFedora::LoadableFromJson::SolrBackedResource::FakeQuery::FakeStatement
- Inherits:
 - 
      Object
      
        
- Object
 - ActiveFedora::LoadableFromJson::SolrBackedResource::FakeQuery::FakeStatement
 
 
- Defined in:
 - lib/active_fedora/loadable_from_json.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(value)  ⇒ FakeStatement 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of FakeStatement.
 - #object ⇒ Object
 
Constructor Details
#initialize(value) ⇒ FakeStatement
Returns a new instance of FakeStatement.
      78 79 80  | 
    
      # File 'lib/active_fedora/loadable_from_json.rb', line 78 def initialize(value) @value = value end  | 
  
Instance Method Details
#object ⇒ Object
      82 83 84  | 
    
      # File 'lib/active_fedora/loadable_from_json.rb', line 82 def object @value end  |