Class: Gliss::Gloss
- Inherits:
-
Struct
- Object
- Struct
- Gliss::Gloss
- Defined in:
- lib/gliss.rb
Instance Attribute Summary collapse
-
#sha ⇒ Object
Returns the value of attribute sha.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#sha ⇒ Object
Returns the value of attribute sha
31 32 33 |
# File 'lib/gliss.rb', line 31 def sha @sha end |
#tag ⇒ Object
Returns the value of attribute tag
31 32 33 |
# File 'lib/gliss.rb', line 31 def tag @tag end |
#text ⇒ Object
Returns the value of attribute text
31 32 33 |
# File 'lib/gliss.rb', line 31 def text @text end |