Class: MapSource::Header

Inherits:
Object
  • Object
show all
Defined in:
lib/mapsource/structure.rb

Overview

Public: GDB header. Contains name of creator software, signature and format version.

Instance Attribute Summary collapse

Instance Attribute Details

#created_byObject

Returns the value of attribute created_by.



6
7
8
# File 'lib/mapsource/structure.rb', line 6

def created_by
  @created_by
end

#signed_byObject

Returns the value of attribute signed_by.



6
7
8
# File 'lib/mapsource/structure.rb', line 6

def signed_by
  @signed_by
end

#versionObject

Returns the value of attribute version.



6
7
8
# File 'lib/mapsource/structure.rb', line 6

def version
  @version
end