Class: Netbout::Tags
- Inherits:
-
Object
- Object
- Netbout::Tags
- Defined in:
- lib/netbout/tags.rb
Overview
Tags.
- Author
-
Yegor Bugayenko ([email protected])
- Copyright
-
Copyright © 2024 Yegor Bugayenko
- License
-
MIT
Instance Method Summary collapse
- #each ⇒ Object
-
#initialize(iri, token, bout) ⇒ Tags
constructor
A new instance of Tags.
- #put(key, value) ⇒ Object
Constructor Details
#initialize(iri, token, bout) ⇒ Tags
Returns a new instance of Tags.
29 30 31 32 33 |
# File 'lib/netbout/tags.rb', line 29 def initialize(iri, token, bout) @iri = iri @token = token @bout = bout end |
Instance Method Details
#each ⇒ Object
35 36 37 |
# File 'lib/netbout/tags.rb', line 35 def each [] end |
#put(key, value) ⇒ Object
39 |
# File 'lib/netbout/tags.rb', line 39 def put(key, value); end |