Class: TD::Types::LogTags

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/log_tags.rb

Overview

Contains a list of available TDLib internal log tags.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#tagsArray<String>

List of log tags.

Returns:

  • (Array<String>)

    the current value of tags



5
6
7
# File 'lib/tdlib/types/log_tags.rb', line 5

def tags
  @tags
end