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.
498 499 500 |
# File 'lib/FlightXML2REST.rb', line 498 def initialize(ident = nil) @ident = ident end |
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident.
497 498 499 |
# File 'lib/FlightXML2REST.rb', line 497 def ident @ident end |
Instance Method Details
#post ⇒ Object
501 502 503 |
# File 'lib/FlightXML2REST.rb', line 501 def post "ident=#@ident" end |