Class: Pennyworth::Models::Rodauth
- Inherits:
-
Data
- Object
- Data
- Pennyworth::Models::Rodauth
- Defined in:
- lib/pennyworth/models/rodauth.rb
Overview
Represents a Rodauth list item.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#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/rodauth.rb', line 6 def description @description end |
#label ⇒ Object (readonly)
Returns the value of attribute label
6 7 8 |
# File 'lib/pennyworth/models/rodauth.rb', line 6 def label @label end |
#name ⇒ Object (readonly)
Returns the value of attribute name
6 7 8 |
# File 'lib/pennyworth/models/rodauth.rb', line 6 def name @name end |
#uri ⇒ Object (readonly)
Returns the value of attribute uri
6 7 8 |
# File 'lib/pennyworth/models/rodauth.rb', line 6 def uri @uri end |