Class: Leeroy::Types::UserData

Inherits:
PackedString show all
Defined in:
lib/leeroy/types/userdata.rb

Instance Attribute Summary

Attributes included from Helpers::Dumpable

#dump_properties

Instance Method Summary collapse

Methods inherited from PackedString

#pack, #unpack

Methods included from Helpers::Dumpable

#dump, #dumper

Instance Method Details

#encoded_for_ec2(input = self.to_s) ⇒ Object



8
9
10
# File 'lib/leeroy/types/userdata.rb', line 8

def encoded_for_ec2(input = self.to_s)
  Base64.encode64(input)
end