module Virtus::ClassInclusions::Methods

Public Instance Methods

allowed_writer_methods() click to toggle source

Return a list of allowed writer method names

@return [Set]

@api private

# File lib/virtus/class_inclusions.rb, line 31
def allowed_writer_methods
  self.class.allowed_writer_methods
end

Private Instance Methods

attribute_set() click to toggle source

Return class' attribute set

@return [Virtus::AttributeSet]

@api private

# File lib/virtus/class_inclusions.rb, line 42
def attribute_set
  self.class.attribute_set
end