Class: BunBun::Client::Namespace

Inherits:
Object
  • Object
show all
Defined in:
lib/bunbun/client/namespace.rb

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Namespace

Returns a new instance of Namespace.



2
3
4
# File 'lib/bunbun/client/namespace.rb', line 2

def initialize(client)
  @client = client
end

Instance Method Details

#inspectObject



6
7
8
# File 'lib/bunbun/client/namespace.rb', line 6

def inspect
  "<#{self.class.name}>"
end