Class: SecureNative::Device
- Inherits:
-
Object
- Object
- SecureNative::Device
- Defined in:
- lib/securenative/device.rb
Instance Attribute Summary collapse
-
#device_id ⇒ Object
Returns the value of attribute device_id.
Instance Method Summary collapse
-
#initialize(device_id) ⇒ Device
constructor
A new instance of Device.
Constructor Details
#initialize(device_id) ⇒ Device
Returns a new instance of Device.
8 9 10 |
# File 'lib/securenative/device.rb', line 8 def initialize(device_id) @device_id = device_id end |
Instance Attribute Details
#device_id ⇒ Object
Returns the value of attribute device_id.
5 6 7 |
# File 'lib/securenative/device.rb', line 5 def device_id @device_id end |