Class: Qismo::Objects::HsmTemplate::HsmDetail

Inherits:
Qismo::Object
  • Object
show all
Defined in:
lib/qismo/objects/hsm_template.rb

Overview

Hsm detail object

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

Methods inherited from Qismo::Object

from_array

Instance Attribute Details

#approval_statusInteger (readonly)

Returns:

  • (Integer)


31
# File 'lib/qismo/objects/hsm_template.rb', line 31

attribute? :approval_status, Types::Int.optional

#buttonsArray<Qismo::Objects::HsmInfo::Button> (readonly)

Returns:

  • (Array<Qismo::Objects::HsmInfo::Button>)


35
# File 'lib/qismo/objects/hsm_template.rb', line 35

attribute? :buttons, Types.Array(Button.optional).optional

#contentString (readonly)

Returns:



39
# File 'lib/qismo/objects/hsm_template.rb', line 39

attribute? :content, Types::String.optional

Returns:



43
# File 'lib/qismo/objects/hsm_template.rb', line 43

attribute? :footer, Types::String.optional

#header_contentString (readonly)

Returns:



47
# File 'lib/qismo/objects/hsm_template.rb', line 47

attribute? :header_content, Types::String.optional

#header_default_valueString (readonly)

Returns:



51
# File 'lib/qismo/objects/hsm_template.rb', line 51

attribute? :header_default_value, Types::String.optional

#header_typeString (readonly)

Returns:



55
# File 'lib/qismo/objects/hsm_template.rb', line 55

attribute? :header_type, Types::String.optional

#idInteger (readonly)

Returns:

  • (Integer)


59
# File 'lib/qismo/objects/hsm_template.rb', line 59

attribute? :id, Types::Int.optional

#languageString (readonly)

Returns:



63
# File 'lib/qismo/objects/hsm_template.rb', line 63

attribute? :language, Types::String.optional

#number_of_argumentsInteger (readonly)

Returns:

  • (Integer)


67
# File 'lib/qismo/objects/hsm_template.rb', line 67

attribute? :number_of_arguments, Types::Int.optional

#rejection_reasonString (readonly)

Returns:



71
# File 'lib/qismo/objects/hsm_template.rb', line 71

attribute? :rejection_reason, Types::String.optional

#testedTrueClass, FalseClass (readonly)

Returns:

  • (TrueClass, FalseClass)


75
# File 'lib/qismo/objects/hsm_template.rb', line 75

attribute? :tested, Types::Bool.optional