Sha256: d1671c7548f7206dca0d6c6c0fb0a37f7a1bf4060ab62c27e82bf44aef29e070
Contents?: true
Size: 264 Bytes
Versions: 15
Compression:
Stored size: 264 Bytes
Contents
module KrakenClient module Requests module Content class Body attr_reader :post_data def initialize(post_data) @post_data = post_data end def call post_data end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems