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.



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

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

Instance Attribute Details

#identObject

Returns the value of attribute ident.



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

def ident
  @ident
end

Instance Method Details

#postObject



1498
1499
1500
# File 'lib/FlightXML2REST.rb', line 1498

def post
  "ident=#@ident"
end