Class: ResourceOrderedRecords::Entry

Inherits:
Struct
  • Object
show all
Defined in:
public/app/models/resource_ordered_records.rb

Instance Attribute Summary collapse

Instance Attribute Details

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



5
6
7
# File 'public/app/models/resource_ordered_records.rb', line 5

def depth
  @depth
end

#display_stringObject

Returns the value of attribute display_string

Returns:

  • (Object)

    the current value of display_string



5
6
7
# File 'public/app/models/resource_ordered_records.rb', line 5

def display_string
  @display_string
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



5
6
7
# File 'public/app/models/resource_ordered_records.rb', line 5

def level
  @level
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



5
6
7
# File 'public/app/models/resource_ordered_records.rb', line 5

def uri
  @uri
end