Method: ActiveScaffold::DataStructures::ActionLink#type

Defined in:
lib/active_scaffold/data_structures/action_link.rb

#typeObject

what type of link this is. currently supported values are :collection and :member.



228
229
230
# File 'lib/active_scaffold/data_structures/action_link.rb', line 228

def type
  @type
end