Class: BlockIdentCheckResults
- Inherits:
-
Object
- Object
- BlockIdentCheckResults
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#blockIdentCheckResult ⇒ Object
Returns the value of attribute blockIdentCheckResult.
Instance Method Summary collapse
-
#initialize(blockIdentCheckResult = nil) ⇒ BlockIdentCheckResults
constructor
A new instance of BlockIdentCheckResults.
Constructor Details
#initialize(blockIdentCheckResult = nil) ⇒ BlockIdentCheckResults
Returns a new instance of BlockIdentCheckResults.
508 509 510 511 |
# File 'lib/FlightXML2REST.rb', line 508 def initialize(blockIdentCheckResult = nil) blockIdentCheckResult = JSON.parse(blockIdentCheckResult)['BlockIdentCheckResult'] @blockIdentCheckResult = blockIdentCheckResult end |
Instance Attribute Details
#blockIdentCheckResult ⇒ Object
Returns the value of attribute blockIdentCheckResult.
507 508 509 |
# File 'lib/FlightXML2REST.rb', line 507 def blockIdentCheckResult @blockIdentCheckResult end |