Class: Users
Class Attribute Summary collapse
-
.deactivated ⇒ Object
Returns the value of attribute deactivated.
-
.delete ⇒ Object
Returns the value of attribute delete.
-
.exclude ⇒ Object
Returns the value of attribute exclude.
-
.password ⇒ Object
Returns the value of attribute password.
Attributes inherited from Operation
Method Summary
Methods inherited from Operation
#clone, #create, #destroy, #export, #extra, #import, #initialize, #postsync, #presync, #sync
Constructor Details
This class inherits a constructor from Operation
Class Attribute Details
.deactivated ⇒ Object
Returns the value of attribute deactivated.
189 190 191 |
# File 'lib/satops/operator.rb', line 189 def deactivated @deactivated end |
.delete ⇒ Object
Returns the value of attribute delete.
189 190 191 |
# File 'lib/satops/operator.rb', line 189 def delete @delete end |
.exclude ⇒ Object
Returns the value of attribute exclude.
189 190 191 |
# File 'lib/satops/operator.rb', line 189 def exclude @exclude end |
.password ⇒ Object
Returns the value of attribute password.
189 190 191 |
# File 'lib/satops/operator.rb', line 189 def password @password end |