Sha256: b167bc6e26d396d3b4f0205602c08c76232eff07f0a2393be0e88631cec319c1
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 Bytes
Contents
module Swiftfake class SwiftClass attr_reader :name, :access, :functions def initialize(name:, access:, functions:) @name = name @access = access @functions = functions end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
swiftfake-0.2.1 | lib/swiftfake/swift_class.rb |
swiftfake-0.2.0 | lib/swiftfake/swift_class.rb |