Class: Qismo::Objects::HsmTemplate
Overview
Defined Under Namespace
Classes: HsmDetail
Constant Summary
Constants included
from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
Method Summary
from_array
Instance Attribute Details
80
|
# File 'lib/qismo/objects/hsm_template.rb', line 80
attribute? :category, Types::String.optional
|
#channel_id ⇒ Integer
84
|
# File 'lib/qismo/objects/hsm_template.rb', line 84
attribute? :channel_id, Types::Int.optional
|
#channel_name ⇒ String
88
|
# File 'lib/qismo/objects/hsm_template.rb', line 88
attribute? :channel_name, Types::String.optional
|
#hsm_details ⇒ Array<Qismo::Objects::HsmInfo::HsmDetail>
92
|
# File 'lib/qismo/objects/hsm_template.rb', line 92
attribute? :hsm_details, Types.Array(HsmDetail.optional).optional
|
#id ⇒ Integer
96
|
# File 'lib/qismo/objects/hsm_template.rb', line 96
attribute? :id, Types::Int.optional
|
100
|
# File 'lib/qismo/objects/hsm_template.rb', line 100
attribute? :name, Types::String.optional
|
#namespace ⇒ String
104
|
# File 'lib/qismo/objects/hsm_template.rb', line 104
attribute? :namespace, Types::String.optional
|
#type ⇒ Integer
108
|
# File 'lib/qismo/objects/hsm_template.rb', line 108
attribute? :type, Types::Int.optional
|