Sha256: b134c6f494642cbafb2a15f4cb1454a70e428d5b5f008187d74eb3f00b06edc0

Contents?: true

Size: 185 Bytes

Versions: 5

Compression:

Stored size: 185 Bytes

Contents

module Boty
  module Slack
    class User
      attr_accessor :id, :name

      def initialize(info)
        @id   = info["id"]
        @name = info["name"]
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
boty-1.0.1 lib/boty/slack/user.rb
boty-1.0.0 lib/boty/slack/user.rb
boty-0.2.0 lib/boty/slack/user.rb
boty-0.1.2 lib/boty/slack/user.rb
boty-0.1.1 lib/boty/slack/user.rb