Class: Qismo::Objects::HsmTemplate::HsmDetail
Overview
Defined Under Namespace
Classes: Button
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
#approval_status ⇒ Integer
31
|
# File 'lib/qismo/objects/hsm_template.rb', line 31
attribute? :approval_status, Types::Int.optional
|
35
|
# File 'lib/qismo/objects/hsm_template.rb', line 35
attribute? :buttons, Types.Array(Button.optional).optional
|
39
|
# File 'lib/qismo/objects/hsm_template.rb', line 39
attribute? :content, Types::String.optional
|
43
|
# File 'lib/qismo/objects/hsm_template.rb', line 43
attribute? :footer, Types::String.optional
|
47
|
# File 'lib/qismo/objects/hsm_template.rb', line 47
attribute? :header_content, Types::String.optional
|
51
|
# File 'lib/qismo/objects/hsm_template.rb', line 51
attribute? :header_default_value, Types::String.optional
|
55
|
# File 'lib/qismo/objects/hsm_template.rb', line 55
attribute? :header_type, Types::String.optional
|
#id ⇒ Integer
59
|
# File 'lib/qismo/objects/hsm_template.rb', line 59
attribute? :id, Types::Int.optional
|
63
|
# File 'lib/qismo/objects/hsm_template.rb', line 63
attribute? :language, Types::String.optional
|
#number_of_arguments ⇒ Integer
67
|
# File 'lib/qismo/objects/hsm_template.rb', line 67
attribute? :number_of_arguments, Types::Int.optional
|
#rejection_reason ⇒ String
71
|
# File 'lib/qismo/objects/hsm_template.rb', line 71
attribute? :rejection_reason, Types::String.optional
|
#tested ⇒ TrueClass, FalseClass
75
|
# File 'lib/qismo/objects/hsm_template.rb', line 75
attribute? :tested, Types::Bool.optional
|