Class: DynamicPDFApi::PushButtonInformation

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_client/PushButtonInformation.rb

Overview

Represents information of a PushButton field.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePushButtonInformation

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

#labelObject

Gets or Sets the label of a PushButton field.



19
20
21
# File 'lib/ruby_client/PushButtonInformation.rb', line 19

def label
  @label
end

#nameObject

Gets or Sets the name of a PushButton field.



14
15
16
# File 'lib/ruby_client/PushButtonInformation.rb', line 14

def name
  @name
end