RubyGems Navigation menu

vandelay 0.1.0

This is one implementation of the [Builder Pattern](https://en.wikipedia.org/wiki/Builder_pattern) in the Ruby programming language. This is primarily used for composing objects to transport a set of data to a receiver with a specific payload. The advantage of using a builder over a plain Hash is using explicit methods to set required fields, and getting a common way to present your data to the receiver. By default, `.build` will transform your data into a hash, but you can override this method to create your preferred format.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.0 - June 04, 2016 (8KB)

Development依存関係 (4):

bundler ~> 1.12
rake ~> 10.0
rspec ~> 3.1.0
yard ~> 0.8.7.6

所有者:

作者:

  • Dean Silfen

SHA 256チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 3,249

このバージョンのみ 3,249

ライセンス:

N/A

必要なRubyのバージョン: >= 2.1.0

リンク: