innologix 0.0.20 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30c0ed0fcd48963be452718a6cbbef8bf2db710e
4
- data.tar.gz: 1c1ae865e39059ed121927d3072f9b0374237f43
3
+ metadata.gz: 55fae2a5e5889b2d3e4d155b68fc7bd5fdd59194
4
+ data.tar.gz: 187e08f81443cbec432c33a3127d612d6e934619
5
5
  SHA512:
6
- metadata.gz: 71edef60e3fcf4af77c71cb29721c9b47e6294b6d2f1c866d3b8277a9f844bdcb58f98f823608a74cd27eaf581e6988aabf0917041928ea58e36b629b610190f
7
- data.tar.gz: 11c835bf43b1b25ea18c73e3e6d1eea803641f004b9919bc59a626d2546782e7690187061fa58640ca8df2886d3064a179f24e1b61cfccf82cdc5749bbfad242
6
+ metadata.gz: cb4f1553003e37c4b04bd4038997f404abaccd53ea373ec5fab2aa64433b636b8f0305536f961dd140ef895812a4f4549cf512970eb5c7cbc4039f64e5082f12
7
+ data.tar.gz: ab2893512c5d5fe6f8ac718991e0e1f48f1042b6641ec74f8e2775006ad207c1d42e44cac3224d0497a7c782efbe2d1e30c457b23cb7f0594b4ed811e6276254
@@ -2,6 +2,9 @@ module Innologix
2
2
  class DeviceType
3
3
  attr_accessor :id
4
4
  attr_accessor :name
5
+ attr_accessor :supervisor_id
6
+ attr_accessor :protocol
7
+ attr_accessor :tags
5
8
  attr_accessor :created_at
6
9
  attr_accessor :updated_at
7
10
 
@@ -87,6 +90,9 @@ module Innologix
87
90
  device_type = Innologix::DeviceType.new
88
91
  device_type.id = attributes[:id]
89
92
  device_type.name = attributes[:name]
93
+ device_type.supervisor_id = attributes[:supervisor_id]
94
+ device_type.protocol = attributes[:protocol]
95
+ device_type.tags = attributes[:tags]
90
96
  device_type.created_at = attributes[:created_at]
91
97
  device_type.updated_at = attributes[:updated_at]
92
98
  device_type
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: innologix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram