Class: Belt::MemberCollectionBuilder
- Inherits:
-
Object
- Object
- Belt::MemberCollectionBuilder
- Defined in:
- lib/belt/route_dsl.rb
Instance Method Summary collapse
-
#initialize(gateway, prefix, inherited_tables, inherited_auth) ⇒ MemberCollectionBuilder
constructor
A new instance of MemberCollectionBuilder.
Constructor Details
#initialize(gateway, prefix, inherited_tables, inherited_auth) ⇒ MemberCollectionBuilder
Returns a new instance of MemberCollectionBuilder.
117 118 119 120 121 122 |
# File 'lib/belt/route_dsl.rb', line 117 def initialize(gateway, prefix, inherited_tables, inherited_auth) @gateway = gateway @prefix = prefix @inherited_tables = inherited_tables @inherited_auth = inherited_auth end |