Class: SearchCountResults
- Inherits:
-
Object
- Object
- SearchCountResults
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#searchCountResult ⇒ Object
Returns the value of attribute searchCountResult.
Instance Method Summary collapse
-
#initialize(searchCountResult = nil) ⇒ SearchCountResults
constructor
A new instance of SearchCountResults.
Constructor Details
#initialize(searchCountResult = nil) ⇒ SearchCountResults
Returns a new instance of SearchCountResults.
2240 2241 2242 2243 |
# File 'lib/FlightXML2REST.rb', line 2240 def initialize(searchCountResult = nil) searchCountResult = JSON.parse(searchCountResult)['SearchCountResult'] @searchCountResult = searchCountResult end |
Instance Attribute Details
#searchCountResult ⇒ Object
Returns the value of attribute searchCountResult.
2239 2240 2241 |
# File 'lib/FlightXML2REST.rb', line 2239 def searchCountResult @searchCountResult end |