Class: Any2Tmx::Transforms::Transform
- Inherits:
-
Object
- Object
- Any2Tmx::Transforms::Transform
- Defined in:
- lib/any2tmx/transforms/transform.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Transform
constructor
A new instance of Transform.
- #result ⇒ Object
Constructor Details
#initialize(options) ⇒ Transform
6 7 8 |
# File 'lib/any2tmx/transforms/transform.rb', line 6 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/any2tmx/transforms/transform.rb', line 4 def @options end |