Class: Yema::Virtus::Builder::Length

Inherits:
Yema::Virtus::Builder show all
Defined in:
lib/yema/virtus/builder/length.rb

Instance Attribute Summary

Attributes inherited from Yema::Virtus::Builder

#attribute

Instance Method Summary collapse

Methods inherited from Yema::Virtus::Builder

#initialize, #options

Constructor Details

This class inherits a constructor from Yema::Virtus::Builder

Instance Method Details

#buildObject



6
7
8
9
# File 'lib/yema/virtus/builder/length.rb', line 6

def build
  length = options.fetch(:length, false)
  Rule::Length.new(attribute.name, length: length) if length
end