class GetLastTrackRequest
GetLastTrack
Attributes
ident[RW]
Public Class Methods
new(ident = nil)
click to toggle source
# File lib/FlightXML2REST.rb, line 1495 def initialize(ident = nil) @ident = ident end
Public Instance Methods
post()
click to toggle source
# File lib/FlightXML2REST.rb, line 1498 def post "ident=#@ident" end