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?

Returns:

  • (String, nil)


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

def description
  @description
end

#nameString?

Returns:

  • (String, nil)


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

def name
  @name
end