Class: ResourceOrderedRecords::Entry
- Inherits:
-
Struct
- Object
- Struct
- ResourceOrderedRecords::Entry
- Defined in:
- public/app/models/resource_ordered_records.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#display_string ⇒ Object
Returns the value of attribute display_string.
-
#level ⇒ Object
Returns the value of attribute level.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
5 6 7 |
# File 'public/app/models/resource_ordered_records.rb', line 5 def depth @depth end |
#display_string ⇒ Object
Returns the value of attribute display_string
5 6 7 |
# File 'public/app/models/resource_ordered_records.rb', line 5 def display_string @display_string end |
#level ⇒ Object
Returns the value of attribute level
5 6 7 |
# File 'public/app/models/resource_ordered_records.rb', line 5 def level @level end |
#uri ⇒ Object
Returns the value of attribute uri
5 6 7 |
# File 'public/app/models/resource_ordered_records.rb', line 5 def uri @uri end |