Method: Bound::StaticBoundClass.optional
- Defined in:
- lib/bound.rb
.optional(*attributes) ⇒ Object
299 300 301 |
# File 'lib/bound.rb', line 299 def self.optional(*attributes) set_attributes(:set_optional_attributes, attributes) end |