Class: LWS::Auth::App
- Inherits:
-
Generic::Model
- Object
- Generic::Model
- LWS::Auth::App
- Defined in:
- lib/lws/auth.rb
Overview
The app class
Instance Attribute Summary collapse
-
#app_key ⇒ String
The internal key used for the app.
-
#created_at ⇒ String
The timestamp of when the app was created.
-
#icon ⇒ String
The icon ID/name of the app.
-
#id ⇒ Fixnum
readonly
The (unique) ID of the account.
-
#name ⇒ String
The name of the app.
-
#secret ⇒ String
The shared secred used for logging in to the app.
-
#updated_at ⇒ String
The timestamp of when the app was last updated.
-
#url ⇒ String
The web location of the app.
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ App
constructor
A new instance of App.
Constructor Details
#initialize(attrs = {}) ⇒ App
114 115 116 |
# File 'lib/lws/auth.rb', line 114 def initialize(attrs = {}) super end |
Instance Attribute Details
#app_key ⇒ String
|
|
# File 'lib/lws/auth.rb', line 96
|
#created_at ⇒ String
|
|
# File 'lib/lws/auth.rb', line 108
|
#icon ⇒ String
|
|
# File 'lib/lws/auth.rb', line 105
|
#id ⇒ Fixnum (readonly)
|
|
# File 'lib/lws/auth.rb', line 90
|
#name ⇒ String
|
|
# File 'lib/lws/auth.rb', line 93
|
#secret ⇒ String
|
|
# File 'lib/lws/auth.rb', line 102
|
#updated_at ⇒ String
114 115 116 |
# File 'lib/lws/auth.rb', line 114 def initialize(attrs = {}) super end |
#url ⇒ String
|
|
# File 'lib/lws/auth.rb', line 99
|