Class: Belt::MemberCollectionBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/belt/route_dsl.rb

Instance Method Summary collapse

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