Module: Hushed::Response
- Defined in:
- lib/hushed/response.rb
Constant Summary collapse
- VALID_RESPONSE_TYPES =
%w(ShipmentOrderResult)
Class Method Summary collapse
Class Method Details
.valid_type?(type) ⇒ Boolean
7 8 9 |
# File 'lib/hushed/response.rb', line 7 def self.valid_type?(type) VALID_RESPONSE_TYPES.include?(type) end |