Class: WeebSh::Tag
- Inherits:
-
Object
- Object
- WeebSh::Tag
- Defined in:
- lib/weeb/data.rb
Overview
Represents an Image tag for toph
Instance Attribute Summary collapse
-
#account ⇒ String
(also: #creator, #author)
readonly
The ID of the creator.
-
#hidden ⇒ true, false
(also: #hidden?)
readonly
Whether or not this tag can only be seen by the uploader.
-
#name ⇒ String
readonly
The name of the tag.
Instance Attribute Details
#account ⇒ String (readonly) Also known as: creator,
165 166 167 |
# File 'lib/weeb/data.rb', line 165 def account @account end |
#hidden ⇒ true, false (readonly) Also known as:
161 162 163 |
# File 'lib/weeb/data.rb', line 161 def hidden @hidden end |
#name ⇒ String (readonly)
158 159 160 |
# File 'lib/weeb/data.rb', line 158 def name @name end |