lib/aerospike/command/roles.rb in aerospike-1.0.12 vs lib/aerospike/command/roles.rb in aerospike-2.0.0

- old
+ new

@@ -14,26 +14,26 @@ # License for the specific language governing permissions and limitations under # the License. module Aerospike - # Pre-defined user roles. - module Role + # Pre-defined user roles. + module Role - # Manage users and their roles. - USER_ADMIN = 'user-admin' + # Manage users and their roles. + USER_ADMIN = 'user-admin' - # Manage indicies, user-defined functions and server configuration. - SYS_ADMIN = 'sys-admin' + # Manage indicies, user-defined functions and server configuration. + SYS_ADMIN = 'sys-admin' - # Allow read, write and UDF transactions with the database. - READ_WRITE_UDF = "read-write-udf" + # Allow read, write and UDF transactions with the database. + READ_WRITE_UDF = "read-write-udf" - # Allow read and write transactions with the database. - READ_WRITE = 'read-write' + # Allow read and write transactions with the database. + READ_WRITE = 'read-write' - # Allow read transactions with the database. - READ = 'read' + # Allow read transactions with the database. + READ = 'read' - end # module + end # module end # module \ No newline at end of file