class ThinkingSphinx::Panes::WeightPane

Public Class Methods

new(context, object, raw) click to toggle source
# File lib/thinking_sphinx/panes/weight_pane.rb, line 4
def initialize(context, object, raw)
  @raw = raw
end

Public Instance Methods

weight() click to toggle source
# File lib/thinking_sphinx/panes/weight_pane.rb, line 8
def weight
  @raw["weight()"]
end