Class: InlineReflection

Inherits:
ActiveFedora::Reflection::ClassMethods::AssociationReflection
  • Object
show all
Defined in:
lib/inline_reflection.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ InlineReflection

Returns a new instance of InlineReflection.



4
5
6
# File 'lib/inline_reflection.rb', line 4

def initialize opts = {}
  @options = opts
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



2
3
4
# File 'lib/inline_reflection.rb', line 2

def options
  @options
end

Instance Method Details

#collection?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/inline_reflection.rb', line 8

def collection?
  true
end