Name |
<%= @tutor.name %><%= @tutor.last_name %> |
Title |
<%= @tutor.exp_title %> |
Email |
<%= @tutor.email %> |
Phone |
<%= @tutor.phone %> |
Is Featured |
<%= (@tutor.is_featured == true) ? "Yes" : "No" %> |
Is Searchable |
<%= (@tutor.searchable == true) ? "Yes" : "No" %> |
Is <%=Tutor.model_name.human%> On-board |
<%= (@tutor.is_tutor_onboard == true) ? "Yes" : "No" %> |
Is <%=Tutor.model_name.human%> Activated |
<%= (@tutor.is_tutor_activated == true) ? "Yes" : "No" %> |
Rate |
<%= @tutor.rate_in_cents / 100 %> |
Account No |
<%= @tutor.account_no %> |
Routing No |
<%= @tutor.routing_no %> |
Bank Uri |
<%= @tutor.bank_uri %> |
Balanced Student Uri |
<%= @tutor.balanced_student_uri %> |
Billed Length |
<%= @tutor.billed_length %> |
Streak Length |
<%= @tutor.streak %> |
Level |
<%= @tutor.level %> |
Industry |
<%= @tutor.major %> |
Location |
<%= @tutor.location %> |
Appointment Duration |
<%= @tutor.session_duration %> |
Max Appointment Duration |
<%= @tutor.max_session_length %> |
Min Appointment Duration |
<%= @tutor.min_session_length %> |
Response time |
<%= @tutor.response_time %> |
Experience |
<%= @tutor.about_me %> |