diff options
| author | Randy Morgan <[email protected]> | 2012-07-14 13:06:32 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-14 13:06:32 +0900 |
| commit | b24833c496e84177ef1f20ea04abdfa3bc26d51c (patch) | |
| tree | 50c9a2ddea474958754545762888525cfb72bf16 /lib/axlsx/rels | |
| parent | fb86d1f56f1ecd683417f1a1cbe2a00faa2904ad (diff) | |
| download | caxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.tar.gz caxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.zip | |
1.1.8 release prep
Diffstat (limited to 'lib/axlsx/rels')
| -rw-r--r-- | lib/axlsx/rels/relationship.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/axlsx/rels/relationship.rb b/lib/axlsx/rels/relationship.rb index 89a09ce1..99c8e112 100644 --- a/lib/axlsx/rels/relationship.rb +++ b/lib/axlsx/rels/relationship.rb @@ -30,9 +30,9 @@ module Axlsx attr_reader :TargetMode # creates a new relationship - # @param [String] Type The type of the relationship - # @param [String] Target The target for the relationship - # @option [Symbol] target_mode only accepts :external. + # @param [String] type The type of the relationship + # @param [String] target The target for the relationship + # @option [Symbol] :target_mode only accepts :external. def initialize(type, target, options={}) self.Target=target self.Type=type |
