Sha256: dcca7d664d601b9837d29536a4c58cdbe4414c780314777527b6c58e41ff6b5c
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
module Expressir module Model class RenamedRef attr_accessor :ref attr_accessor :id def initialize(options = {}) @ref = options[:ref] @id = options[:id] end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
expressir-0.2.6 | lib/expressir/model/renamed_ref.rb |
expressir-0.2.5-x64-mingw32 | lib/expressir/model/renamed_ref.rb |
expressir-0.2.4-x64-mingw32 | lib/expressir/model/renamed_ref.rb |