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