Class: Trello::Authorization::Nonce
- Inherits:
-
Object
- Object
- Trello::Authorization::Nonce
- Defined in:
- lib/trello/authorization.rb
Class Method Summary collapse
Class Method Details
.next ⇒ Object
46 47 48 |
# File 'lib/trello/authorization.rb', line 46 def self.next SecureRandom.hex() end |