class MaropostApi::Parser::EntityParser
Public Instance Methods
call(response)
click to toggle source
# File lib/maropost_api/parser/entity_parser.rb, line 4 def call(response) Hashie::Mash.new(response) end