Class: BlockIdentCheckRequest

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

Overview

BlockIdentCheck

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ident = nil) ⇒ BlockIdentCheckRequest

Returns a new instance of BlockIdentCheckRequest.



551
552
553
# File 'lib/FlightXML2REST.rb', line 551

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

Instance Attribute Details

#identObject

Returns the value of attribute ident.



550
551
552
# File 'lib/FlightXML2REST.rb', line 550

def ident
  @ident
end

Instance Method Details

#postObject



554
555
556
# File 'lib/FlightXML2REST.rb', line 554

def post
  "ident=#@ident"
end