Class: Qismo::Objects::HsmTemplate::HsmDetail::Button
- Inherits:
-
Qismo::Object
- Object
- Dry::Struct
- Qismo::Object
- Qismo::Objects::HsmTemplate::HsmDetail::Button
- 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
- #phone_number ⇒ String readonly
- #text ⇒ String readonly
- #type ⇒ String readonly
- #url ⇒ String readonly
Method Summary
Methods inherited from Qismo::Object
Instance Attribute Details
#phone_number ⇒ String (readonly)
26 |
# File 'lib/qismo/objects/hsm_template.rb', line 26 attribute? :phone_number, Types::String.optional |
#text ⇒ String (readonly)
14 |
# File 'lib/qismo/objects/hsm_template.rb', line 14 attribute? :text, Types::String.optional |