class InlineReflection

Attributes

options[R]

Public Class Methods

new(opts = {}) click to toggle source
# File lib/inline_reflection.rb, line 4
def initialize opts = {}
  @options = opts
end

Public Instance Methods

collection?() click to toggle source
# File lib/inline_reflection.rb, line 8
def collection?
  true
end