Class: OneLogin::Api::Models::UserMetadata
- Inherits:
-
Object
- Object
- OneLogin::Api::Models::UserMetadata
- Defined in:
- lib/onelogin/api/models/user_metadata.rb
Instance Attribute Summary collapse
-
#activated_at ⇒ Object
Returns the value of attribute activated_at.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invalid_login_attempts ⇒ Object
Returns the value of attribute invalid_login_attempts.
-
#invitation_sent_at ⇒ Object
Returns the value of attribute invitation_sent_at.
-
#last_login ⇒ Object
Returns the value of attribute last_login.
-
#locked_until ⇒ Object
Returns the value of attribute locked_until.
-
#password_changed_at ⇒ Object
Returns the value of attribute password_changed_at.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#activated_at ⇒ Object
Returns the value of attribute activated_at.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def activated_at @activated_at end |
#comment ⇒ Object
Returns the value of attribute comment.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def comment @comment end |
#created_at ⇒ Object
Returns the value of attribute created_at.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def id @id end |
#invalid_login_attempts ⇒ Object
Returns the value of attribute invalid_login_attempts.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def invalid_login_attempts @invalid_login_attempts end |
#invitation_sent_at ⇒ Object
Returns the value of attribute invitation_sent_at.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def invitation_sent_at @invitation_sent_at end |
#last_login ⇒ Object
Returns the value of attribute last_login.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def last_login @last_login end |
#locked_until ⇒ Object
Returns the value of attribute locked_until.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def locked_until @locked_until end |
#password_changed_at ⇒ Object
Returns the value of attribute password_changed_at.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def password_changed_at @password_changed_at end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
7 8 9 |
# File 'lib/onelogin/api/models/user_metadata.rb', line 7 def updated_at @updated_at end |