innologix 0.0.18 → 0.0.19

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: cf3c22dbf328b1d6184e9060babf787d14ae8846
4
- data.tar.gz: e07b451dbe0d7e8d9119fa1013e34c4d74283e3d
3
+ metadata.gz: 411e4ed094778149dad9f4340d735bf354ccf3ef
4
+ data.tar.gz: 6715ec00ae2b63b08e1d639f4672c207c6042ed9
5
5
  SHA512:
6
- metadata.gz: a57318a348260d852b737a74611e27292282193b2f0be6e5855004183f272bfd0f15abd9541d298fababcef71321bdb900d3945c2d7afd4636defc51571becb8
7
- data.tar.gz: a850dcc834970d807c92c7ec3e8040d66378a60b08c53bf2d6a5630450c1f204f0484bc70761084ba4a7bfcdbfa2b30fed9ddf19f6b2b86af8d200821be6b089
6
+ metadata.gz: 0b86ac9eb452e36736f26ba6fdbfb2c962cf86b5f7f2383a5bc2938ec9c85d5735a81b00d7587c766eeb65c0bee1881dab9d03b366f02e06b09428e1c7606207
7
+ data.tar.gz: ad0b84b11196660d8c5694f9373d196c71218dcd184bc2e4dc2b39145ea2ba435c83cef78eeea33e90a44a2198a0d6f3798106a5528456daa484153fc6fd64b8
@@ -3,6 +3,8 @@ module Innologix
3
3
  attr_accessor :id
4
4
  attr_accessor :name
5
5
  attr_accessor :address
6
+ attr_accessor :mac_address
7
+ attr_accessor :interval
6
8
  attr_accessor :fwd_proto
7
9
  attr_accessor :status
8
10
  attr_accessor :device_type_id
@@ -131,6 +133,8 @@ module Innologix
131
133
  device.id = attributes[:id]
132
134
  device.name = attributes[:name]
133
135
  device.address = attributes[:address]
136
+ device.mac_address = attributes[:mac_address]
137
+ device.interval = attributes[:interval]
134
138
  device.fwd_proto = attributes[:fwd_proto]
135
139
  device.status = attributes[:status]
136
140
  device.device_type_id = attributes[:device_type_id]
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.18"
2
+ VERSION = "0.0.19"
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.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram