Class: Buckaruby::TransactionSpecificationResponse

Inherits:
ApiResponse show all
Defined in:
lib/buckaruby/response.rb

Overview

Response when retrieving the specification for a transaction.

Instance Attribute Summary

Attributes inherited from Response

#response

Instance Method Summary collapse

Methods inherited from ApiResponse

#initialize

Methods inherited from Response

#additional, #custom, #initialize, #params, #status, #timestamp

Constructor Details

This class inherits a constructor from Buckaruby::ApiResponse

Instance Method Details

#basic_fieldsObject



281
282
283
# File 'lib/buckaruby/response.rb', line 281

def basic_fields
  @basic_fields ||= FieldMapper.map_fields(params, :brq_basicfields)
end

#custom_parametersObject



285
286
287
# File 'lib/buckaruby/response.rb', line 285

def custom_parameters
  @custom_parameters ||= FieldMapper.map_fields(params, :brq_customparameters)
end

#servicesObject



277
278
279
# File 'lib/buckaruby/response.rb', line 277

def services
  @services ||= FieldMapper.map_fields(params, :brq_services)
end