Sha256: b4fc5ce9945a1102f466843339e32a1b92ae878a63e4b8f069ff0f6d34341d9b
Contents?: true
Size: 273 Bytes
Versions: 29
Compression:
Stored size: 273 Bytes
Contents
module Expressir module Model module Types class String attr_accessor :width attr_accessor :fixed def initialize(options = {}) @width = options[:width] @fixed = options[:fixed] end end end end end
Version data entries
29 entries across 29 versions & 1 rubygems