Class: DynamicPDFApi::OutputSize
- Inherits:
-
Object
- Object
- DynamicPDFApi::OutputSize
- Defined in:
- lib/ruby_client/OutputSize.rb
Instance Attribute Summary collapse
-
#larger ⇒ Object
Returns the value of attribute larger.
-
#smaller ⇒ Object
Returns the value of attribute smaller.
Instance Method Summary collapse
-
#initialize(larger, smaller) ⇒ OutputSize
constructor
A new instance of OutputSize.
Constructor Details
#initialize(larger, smaller) ⇒ OutputSize
Returns a new instance of OutputSize.
3 4 5 6 |
# File 'lib/ruby_client/OutputSize.rb', line 3 def initialize(larger, smaller) @larger = larger @smaller = smaller end |
Instance Attribute Details
#larger ⇒ Object
Returns the value of attribute larger.
8 9 10 |
# File 'lib/ruby_client/OutputSize.rb', line 8 def larger @larger end |
#smaller ⇒ Object
Returns the value of attribute smaller.
8 9 10 |
# File 'lib/ruby_client/OutputSize.rb', line 8 def smaller @smaller end |