restpack-group-client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,11 +6,11 @@ module RestPack::Group::Client
6
6
  def initialize(data, memberships, invitations)
7
7
  @id = data[:id]
8
8
  @name = data[:name]
9
- @name = data[:description]
10
- @name = data[:channel_id]
11
- @name = data[:created_by_user_id]
12
- @name = data[:created_at]
13
- @name = data[:updated_at]
9
+ @description = data[:description]
10
+ @channel_id = data[:channel_id]
11
+ @created_by_user_id = data[:created_by_user_id]
12
+ @created_at = data[:created_at]
13
+ @updated_at = data[:updated_at]
14
14
 
15
15
  @memberships = []
16
16
  @invitations = []
@@ -1,7 +1,7 @@
1
1
  module RestPack
2
2
  module Group
3
3
  module Client
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-group-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: