Class: Code42::Permission
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the permission.
-
#name ⇒ String
The name of the permission.
-
#value ⇒ String
The value of the permission.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
attribute, collection_from_response, deserialize, deserialize_and_initialize, from_response, #initialize, serialize, #serialize, serializer
Constructor Details
This class inherits a constructor from Code42::Resource
Instance Attribute Details
#description ⇒ String
Returns The description of the permission.
9 |
# File 'lib/code42/permission.rb', line 9 attribute :name |
#name ⇒ String
Returns The name of the permission.
9 |
# File 'lib/code42/permission.rb', line 9 attribute :name |
#value ⇒ String
Returns The value of the permission.
9 |
# File 'lib/code42/permission.rb', line 9 attribute :name |