Class: Uas2Git::Uas::Model::Asset

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/uas2git/uas.rb

Instance Method Summary collapse

Instance Method Details

#guid_hexObject



13
14
15
# File 'lib/uas2git/uas.rb', line 13

def guid_hex
  [self.guid].pack('B*').unpack("H*").join
end