restpack-core-client 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,10 @@ module RestPack::Core::Client
18
18
  def get_domain(id)
19
19
  @domains.find { |a| a.id == id }
20
20
  end
21
+
22
+ def get_domain_by_identifier(identifier)
23
+ @domains.find { |a| a.identifier == identifier }
24
+ end
21
25
 
22
26
  def get_configuration(id)
23
27
  @configurations.find { |a| a.id == id }
@@ -1,7 +1,7 @@
1
1
  module RestPack
2
2
  module Core
3
3
  module Client
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
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-core-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: