Class: Responses::GetPlaceList

Inherits:
Base
  • Object
show all
Defined in:
lib/drebedengi/responses/get_place_list.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Concerns::TypeConversions

#autocast_value_for_key

Constructor Details

#initialize(soap_hash) ⇒ GetPlaceList

Returns a new instance of GetPlaceList.



7
8
9
# File 'lib/drebedengi/responses/get_place_list.rb', line 7

def initialize(soap_hash)
  @places = process(soap_hash)
end

Instance Attribute Details

#placesObject (readonly)

Returns the value of attribute places.



5
6
7
# File 'lib/drebedengi/responses/get_place_list.rb', line 5

def places
  @places
end