class Lebowski::Foundation::Views::Support::ListItemViewRightIcon

Public Instance Methods

value() click to toggle source
# File lib/lebowski/foundation/views/list_item.rb, line 169
def value()
  key = @parent.content_right_icon_key
  return @parent[key]
end