Sha256: 1baebc9c0707d70ede81976dca5999c84da991609d4c5f187dc194569327832f
Contents?: true
Size: 202 Bytes
Versions: 4
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true module Shirinji class Attribute attr_reader :name, :reference def initialize(name, reference) @name = name @reference = reference end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
shirinji-0.0.4 | lib/shirinji/attribute.rb |
shirinji-0.0.3 | lib/shirinji/attribute.rb |
shirinji-0.0.2 | lib/shirinji/attribute.rb |
shirinji-0.0.1 | lib/shirinji/attribute.rb |