Class: Pennyworth::Models::HTMX

Inherits:
Data
  • Object
show all
Defined in:
lib/pennyworth/models/htmx.rb

Overview

Represents a htmx link.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



6
7
8
# File 'lib/pennyworth/models/htmx.rb', line 6

def description
  @description
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



6
7
8
# File 'lib/pennyworth/models/htmx.rb', line 6

def label
  @label
end

#uriObject (readonly)

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



6
7
8
# File 'lib/pennyworth/models/htmx.rb', line 6

def uri
  @uri
end