Sha256: 00b10cb21bf809f35aff590c3c59f1b9155ca29386e7420151d7161ab630f757

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 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.2 lib/roqua/core_api/models/organization.rb