Class: Responses::GetRecordList

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Concerns::TypeConversions

#autocast_value_for_key

Constructor Details

#initialize(soap_hash) ⇒ GetRecordList

Returns a new instance of GetRecordList.



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

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

Instance Attribute Details

#recordsObject (readonly)

Returns the value of attribute records.



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

def records
  @records
end