Class: BlockIdentCheckRequest
- Inherits:
-
Object
- Object
- BlockIdentCheckRequest
- Defined in:
- lib/FlightXML2REST.rb
Overview
BlockIdentCheck
Instance Attribute Summary collapse
-
#ident ⇒ Object
Returns the value of attribute ident.
Instance Method Summary collapse
-
#initialize(ident = nil) ⇒ BlockIdentCheckRequest
constructor
A new instance of BlockIdentCheckRequest.
- #post ⇒ Object
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
#ident ⇒ Object
Returns the value of attribute ident.
550 551 552 |
# File 'lib/FlightXML2REST.rb', line 550 def ident @ident end |
Instance Method Details
#post ⇒ Object
554 555 556 |
# File 'lib/FlightXML2REST.rb', line 554 def post "ident=#@ident" end |