class Quickbooks::Model::Line
def group_line!
def group_line! self.detail_type = GROUP_LINE_DETAIL self.group_line_detail = GroupLineDetail.new yield self.group_line_detail if block_given? end
def group_line! self.detail_type = GROUP_LINE_DETAIL self.group_line_detail = GroupLineDetail.new yield self.group_line_detail if block_given? end