Sha256: 9d166aca339fe2c4c275f3d613a7a146ec571504b010f790410f8bbbd3d55ec8

Contents?: true

Size: 177 Bytes

Versions: 13

Compression:

Stored size: 177 Bytes

Contents

module Arrthorizer
  class ContextBuilder
    def build
      Arrthorizer::Context.new
    end

    def build_from_hash(hash)
      Arrthorizer::Context(hash)
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
arrthorizer-0.4.2 lib/arrthorizer/context_builder.rb
arrthorizer-0.4.1 lib/arrthorizer/context_builder.rb
arrthorizer-0.3.2 lib/arrthorizer/context_builder.rb
arrthorizer-0.3.1 lib/arrthorizer/context_builder.rb
arrthorizer-0.3.0 lib/arrthorizer/context_builder.rb
arrthorizer-0.2.1 lib/arrthorizer/context_builder.rb
arrthorizer-0.2.0 lib/arrthorizer/context_builder.rb
arrthorizer-0.1.3 lib/arrthorizer/context_builder.rb
arrthorizer-0.1.2 lib/arrthorizer/context_builder.rb
arrthorizer-0.1.1 lib/arrthorizer/context_builder.rb
arrthorizer-0.1.0 lib/arrthorizer/context_builder.rb
arrthorizer-0.1.0.pre2 lib/arrthorizer/context_builder.rb
arrthorizer-0.1.0.pre lib/arrthorizer/context_builder.rb