class Nusii::Section
Attributes
account_id[RW]
body[RW]
created_at[RW]
currency[RW]
id[RW]
include_total[RW]
line_items[RW]
name[RW]
optional[RW]
page_break[RW]
position[RW]
proposal_id[RW]
reusable[RW]
section_type[RW]
selected[RW]
template_id[RW]
title[RW]
total_formatted[RW]
total_in_cents[RW]
updated_at[RW]
Private Instance Methods
editable_attributes()
click to toggle source
# File lib/nusii/section.rb, line 18 def editable_attributes [ :proposal_id, :template_id, :title, :body, :name, :position, :reusable, :section_type, :page_break, :optional, :include_total ] end