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.



1491
1492
1493
# File 'lib/FlightXML2REST.rb', line 1491

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

Instance Attribute Details

#identObject

Returns the value of attribute ident.



1490
1491
1492
# File 'lib/FlightXML2REST.rb', line 1490

def ident
  @ident
end

Instance Method Details

#postObject



1494
1495
1496
# File 'lib/FlightXML2REST.rb', line 1494

def post
  "ident=#@ident"
end