Class: Puree::Model::LegalCondition

Inherits:
Structure
  • Object
show all
Defined in:
lib/puree/model/legal_condition.rb

Overview

A legal condition.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Structure

#data?

Instance Attribute Details

#descriptionString?



12
13
14
# File 'lib/puree/model/legal_condition.rb', line 12

def description
  @description
end

#nameString?



9
10
11
# File 'lib/puree/model/legal_condition.rb', line 9

def name
  @name
end