Class: GetLastTrackRequest

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

Overview

GetLastTrack

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ident = nil) ⇒ GetLastTrackRequest

Returns a new instance of GetLastTrackRequest.



1368
1369
1370
# File 'lib/FlightXML2REST.rb', line 1368

def initialize(ident = nil)
  @ident = ident
end

Instance Attribute Details

#identObject

Returns the value of attribute ident.



1367
1368
1369
# File 'lib/FlightXML2REST.rb', line 1367

def ident
  @ident
end

Instance Method Details

#postObject



1371
1372
1373
# File 'lib/FlightXML2REST.rb', line 1371

def post
  "ident=#@ident"
end