Sha256: ad3db8df6b2067d0d185350e99d1a2b30be6f0f16cc55b1a221a89d74e6f7dde
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
module Roqua module CoreApi module Models class Organization def initialize(attributes) @attributes = attributes end def key @attributes.fetch("key") end def name @attributes.fetch("name") end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roqua-core-api-0.0.1 | lib/roqua/core_api/models/organization.rb |