class PikoStore::Filter

Public Instance Methods

id() click to toggle source
# File lib/piko_store/filter.rb, line 24
def id
  @id ||= converted_id
end
to_h() click to toggle source
# File lib/piko_store/filter.rb, line 28
def to_h
  data_with_converted_id
end