Class: HostConnect::GetLocations
- Inherits:
-
AbstractResponse
- Object
- AbstractResponse
- HostConnect::GetLocations
- Includes:
- Enumerable
- Defined in:
- lib/hostconnect/responses/get_locations.rb
Instance Method Summary collapse
Methods inherited from AbstractResponse
#[], #each, #elements, #first, #last
Instance Method Details
#size ⇒ Object
5 6 7 |
# File 'lib/hostconnect/responses/get_locations.rb', line 5 def size @size ||= @data.search("/Reply/GetLocationsReply/Locations/Location").size end |