Class: YandexTracker::Collections::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/yandex_tracker/collections/base.rb

Overview

Collections::Base

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Base

Returns a new instance of Base.



11
12
13
# File 'lib/yandex_tracker/collections/base.rb', line 11

def initialize(client)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



9
10
11
# File 'lib/yandex_tracker/collections/base.rb', line 9

def client
  @client
end

Instance Method Details

#inspectObject



15
16
17
# File 'lib/yandex_tracker/collections/base.rb', line 15

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