Method: Shared::InstallationImage#to_s
- Defined in:
- lib/vas/shared/installation_images.rb
#to_s ⇒ String
Returns a string representation of the installation image.
76 77 78 |
# File 'lib/vas/shared/installation_images.rb', line 76 def to_s "#<#{self.class} version='#@version' size='#@size'>" end |