Class: BunBun::Client::Namespace
- Inherits:
-
Object
- Object
- BunBun::Client::Namespace
- Defined in:
- lib/bunbun/client/namespace.rb
Direct Known Subclasses
ApiKey, Country, PullZone, PullZone::EdgeRules, Region, Statistics, StorageZone, StorageZone::Statistics
Instance Method Summary collapse
-
#initialize(client) ⇒ Namespace
constructor
A new instance of Namespace.
- #inspect ⇒ Object
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
#inspect ⇒ Object
6 7 8 |
# File 'lib/bunbun/client/namespace.rb', line 6 def inspect "<#{self.class.name}>" end |