Method: Travis::Client::Namespace::Curry#initialize

Defined in:
lib/travis/client/namespace.rb

#initialize(namespace, type) ⇒ Curry

Returns a new instance of Curry.



11
12
13
14
# File 'lib/travis/client/namespace.rb', line 11

def initialize(namespace, type)
  @namespace = namespace
  @type = type
end