Class: LWS::Auth::Device

Inherits:
Generic::Model show all
Defined in:
lib/lws/apps/auth.rb

Overview

The device class

This class is a nested/associated class of Account or Token only! It cannot be accessed directly.

Instance Attribute Summary collapse

Attributes inherited from Generic::Model

#created_at, #id, #updated_at, #url, #url_html

Method Summary

Methods inherited from Generic::Model

#deep_dup, #dig, #reload, #rollback, #save

Instance Attribute Details

#accountAccount



266
# File 'lib/lws/apps/auth.rb', line 266

belongs_to :account

#account_idInteger



270
# File 'lib/lws/apps/auth.rb', line 270

attribute :account_id

#nameString



274
# File 'lib/lws/apps/auth.rb', line 274

attribute :name

#tokensArray<Token>



278
# File 'lib/lws/apps/auth.rb', line 278

attribute :tokens