Class: DynamicPDFApi::PushButtonInformation
- Inherits:
-
Object
- Object
- DynamicPDFApi::PushButtonInformation
- Defined in:
- lib/ruby_client/PushButtonInformation.rb
Overview
Represents information of a PushButton field.
Instance Attribute Summary collapse
-
#label ⇒ Object
Gets or Sets the label of a PushButton field.
-
#name ⇒ Object
Gets or Sets the name of a PushButton field.
Instance Method Summary collapse
-
#initialize ⇒ PushButtonInformation
constructor
A new instance of PushButtonInformation.
Constructor Details
#initialize ⇒ PushButtonInformation
Returns a new instance of PushButtonInformation.
6 7 8 9 |
# File 'lib/ruby_client/PushButtonInformation.rb', line 6 def initialize @name = nil @label = nil end |
Instance Attribute Details
#label ⇒ Object
Gets or Sets the label of a PushButton field.
19 20 21 |
# File 'lib/ruby_client/PushButtonInformation.rb', line 19 def label @label end |
#name ⇒ Object
Gets or Sets the name of a PushButton field.
14 15 16 |
# File 'lib/ruby_client/PushButtonInformation.rb', line 14 def name @name end |