Method: Etcdv3#role_get
- Defined in:
- lib/etcdv3.rb
#role_get(name, timeout: nil) ⇒ Object
Fetches a specified role.
182 183 184 |
# File 'lib/etcdv3.rb', line 182 def role_get(name, timeout: nil) @conn.handle(:auth, 'role_get', [name, timeout: timeout]) end |