lib/qismo/objects/hsm_template.rb in qismo-0.14.0 vs lib/qismo/objects/hsm_template.rb in qismo-0.15.0
- old
+ new
@@ -1,8 +1,14 @@
module Qismo
module Objects
+ # HSM template object
+ #
class HsmTemplate < Qismo::Object
+ # Hsm detail object
+ #
class HsmDetail < Qismo::Object
+ # Hsm detail button object
+ #
class Button < Qismo::Object
# @!attribute [r] text
# @return [String]
attribute? :text, Types::String.optional