Sha256: 9602738b5146a41e99868eae5f6c34695efa24bbba0252d55e0f14b12005315a
Contents?: true
Size: 352 Bytes
Versions: 29
Compression:
Stored size: 352 Bytes
Contents
module Expressir module Model module Types class Bag attr_accessor :bound1 attr_accessor :bound2 attr_accessor :base_type def initialize(options = {}) @bound1 = options[:bound1] @bound2 = options[:bound2] @base_type = options[:base_type] end end end end end
Version data entries
29 entries across 29 versions & 1 rubygems