Method: Megam::SshKey#created_at
- Defined in:
- lib/megam/core/sshkey.rb
#created_at(arg = nil) ⇒ Object
67 68 69 70 71 72 73 |
# File 'lib/megam/core/sshkey.rb', line 67 def created_at(arg=nil) if arg != nil @created_at = arg else @created_at end end |