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



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

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

#custom_parametersObject



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

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

#servicesObject



274
275
276
# File 'lib/buckaruby/response.rb', line 274

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