Class: Broadway::Link

Inherits:
Object
  • Object
show all
Includes:
Configurable, Convertible, Hierarchical, Processable, Resourceful, Sortable, Taggable, Comparable
Defined in:
lib/broadway/resources/link.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Taggable

included

Methods included from Sortable

included

Methods included from Hierarchical

included

Methods included from Resourceful

included

Methods included from Configurable

included

Methods included from Convertible

included

Methods included from Processable

included

Instance Attribute Details

#categoriesObject

link category is the menu it’s in, or null



13
14
15
# File 'lib/broadway/resources/link.rb', line 13

def categories
  @categories
end

#hrefObject

link category is the menu it’s in, or null



13
14
15
# File 'lib/broadway/resources/link.rb', line 13

def href
  @href
end

#relObject

link category is the menu it’s in, or null



13
14
15
# File 'lib/broadway/resources/link.rb', line 13

def rel
  @rel
end

#resourceObject

link category is the menu it’s in, or null



13
14
15
# File 'lib/broadway/resources/link.rb', line 13

def resource
  @resource
end

#targetObject

link category is the menu it’s in, or null



13
14
15
# File 'lib/broadway/resources/link.rb', line 13

def target
  @target
end