Class: B2bCenterApi::WebService::Types::Id
- Defined in:
- lib/b2b_center_api/web_service/types/id.rb
Overview
ID
Constant Summary
Constants inherited from BaseType
Instance Attribute Summary
Attributes inherited from BaseType
Class Method Summary collapse
Methods inherited from BaseType
Methods included from B2bCenterApi::WebService::TypeCast
Class Method Details
.from_response(response) ⇒ Object
7 8 9 10 11 |
# File 'lib/b2b_center_api/web_service/types/id.rb', line 7 def self.from_response(response) r = response.result return if r.nil? convert(r[:value], :Integer) end |