Class: Renalware::Patients::SearchForm

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/renalware/patients/search_form.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#termObject

Returns the value of attribute term.



12
13
14
# File 'app/models/renalware/patients/search_form.rb', line 12

def term
  @term
end

#urlObject

Returns the value of attribute url.



12
13
14
# File 'app/models/renalware/patients/search_form.rb', line 12

def url
  @url
end

Instance Method Details

#to_partial_pathObject



14
15
16
# File 'app/models/renalware/patients/search_form.rb', line 14

def to_partial_path
  "renalware/patients/search_form"
end