Class: YandexTracker::Collections::Base
- Inherits:
-
Object
- Object
- YandexTracker::Collections::Base
- Defined in:
- lib/yandex_tracker/collections/base.rb
Overview
Collections::Base
Direct Known Subclasses
Attachments, Categories, Comments, Fields, Issues, LocalFields, Queues, Resolutions, Users, Workflows
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Base
constructor
A new instance of Base.
- #inspect ⇒ Object
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
#client ⇒ Object (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
#inspect ⇒ Object
15 16 17 |
# File 'lib/yandex_tracker/collections/base.rb', line 15 def inspect "#<#{self.class.name}>" end |