Class: Pennyworth::Models::HTMX
- Inherits:
-
Data
- Object
- Data
- Pennyworth::Models::HTMX
- Defined in:
- lib/pennyworth/models/htmx.rb
Overview
Represents a htmx link.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#uri ⇒ Object
readonly
Returns the value of attribute uri.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
6 7 8 |
# File 'lib/pennyworth/models/htmx.rb', line 6 def description @description end |
#label ⇒ Object (readonly)
Returns the value of attribute label
6 7 8 |
# File 'lib/pennyworth/models/htmx.rb', line 6 def label @label end |
#uri ⇒ Object (readonly)
Returns the value of attribute uri
6 7 8 |
# File 'lib/pennyworth/models/htmx.rb', line 6 def uri @uri end |