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

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

Overview

Hsm detail button object

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

#phone_numberString (readonly)

Returns:



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

attribute? :phone_number, Types::String.optional

#textString (readonly)

Returns:



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

attribute? :text, Types::String.optional

#typeString (readonly)

Returns:



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

attribute? :type, Types::String.optional

#urlString (readonly)

Returns:



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

attribute? :url, Types::String.optional