Class: S7n::EntryTemplate
- Inherits:
-
Object
- Object
- S7n::EntryTemplate
- Defined in:
- lib/s7n/entry_template.rb
Overview
機密情報の新規作成時に利用するテンプレートを表現する。
Instance Attribute Summary collapse
-
#attributes ⇒ Object
属性の配列。.
-
#name ⇒ Object
名前。.
Instance Attribute Details
#attributes ⇒ Object
属性の配列。
8 9 10 |
# File 'lib/s7n/entry_template.rb', line 8 def attributes @attributes end |
#name ⇒ Object
名前。
5 6 7 |
# File 'lib/s7n/entry_template.rb', line 5 def name @name end |