Module: Fortnox::API::Types::Sized::String
- Defined in:
- lib/fortnox/api/types/sized.rb
Class Method Summary collapse
Class Method Details
.[](size) ⇒ Object
8 9 10 11 12 |
# File 'lib/fortnox/api/types/sized.rb', line 8 def self.[](size) Types::Strict::String.constrained(max_size: size).optional.constructor do |value| value.to_s unless value.nil? end end |