Class: Pennyworth::Models::Rodauth

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

Overview

Represents a Rodauth list item.

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/rodauth.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/rodauth.rb', line 6

def label
  @label
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#uriObject (readonly)

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



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

def uri
  @uri
end