Class: Valkyrie::Persistence::Fedora::Persister::OrmConverter::GraphToAttributes::Property

Inherits:
Object
  • Object
show all
Defined in:
lib/valkyrie/persistence/fedora/persister/orm_converter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(statement:, scope:, adapter:) ⇒ Property

Returns a new instance of Property.



361
362
363
364
365
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 361

def initialize(statement:, scope:, adapter:)
  @statement = statement
  @scope = scope
  @adapter = adapter
end

Instance Attribute Details

#adapterObject (readonly)

Returns the value of attribute adapter.



360
361
362
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 360

def adapter
  @adapter
end

#scopeObject (readonly)

Returns the value of attribute scope.



360
361
362
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 360

def scope
  @scope
end

#statementObject (readonly)

Returns the value of attribute statement.



360
361
362
# File 'lib/valkyrie/persistence/fedora/persister/orm_converter.rb', line 360

def statement
  @statement
end