Class: BlockIdentCheckResults

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#blockIdentCheckResultObject

Returns the value of attribute blockIdentCheckResult.



507
508
509
# File 'lib/FlightXML2REST.rb', line 507

def blockIdentCheckResult
  @blockIdentCheckResult
end