Class: Netbout::Tags

Inherits:
Object
  • Object
show all
Defined in:
lib/netbout/tags.rb

Overview

Tags.

Author

Yegor Bugayenko ([email protected])

Copyright

Copyright © 2024 Yegor Bugayenko

License

MIT

Instance Method Summary collapse

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

#eachObject



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