Class: S7::EntryTemplate

Inherits:
Object
  • Object
show all
Defined in:
lib/s7/entry_template.rb

Overview

機密情報の新規作成時に利用するテンプレートを表現する。

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

属性の配列。



8
9
10
# File 'lib/s7/entry_template.rb', line 8

def attributes
  @attributes
end

#nameObject

名前。



5
6
7
# File 'lib/s7/entry_template.rb', line 5

def name
  @name
end