Class: Fastlane::Actions::Template

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/framer/actions/framer_action.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file.



11
12
13
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 11

def file
  @file
end

#heightObject

Returns the value of attribute height.



9
10
11
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 9

def height
  @height
end

#imageBelowObject

Returns the value of attribute imageBelow.



12
13
14
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 12

def imageBelow
  @imageBelow
end

#imageNextOffsetObject

Returns the value of attribute imageNextOffset.



14
15
16
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 14

def imageNextOffset
  @imageNextOffset
end

#imageNextRotationObject

Returns the value of attribute imageNextRotation.



14
15
16
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 14

def imageNextRotation
  @imageNextRotation
end

#imageNextWidthObject

Returns the value of attribute imageNextWidth.



14
15
16
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 14

def imageNextWidth
  @imageNextWidth
end

#imageOffsetObject

Returns the value of attribute imageOffset.



12
13
14
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 12

def imageOffset
  @imageOffset
end

#imagePreviousOffsetObject

Returns the value of attribute imagePreviousOffset.



13
14
15
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 13

def imagePreviousOffset
  @imagePreviousOffset
end

#imagePreviousRotationObject

Returns the value of attribute imagePreviousRotation.



13
14
15
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 13

def imagePreviousRotation
  @imagePreviousRotation
end

#imagePreviousWidthObject

Returns the value of attribute imagePreviousWidth.



13
14
15
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 13

def imagePreviousWidth
  @imagePreviousWidth
end

#imageRotationObject

Returns the value of attribute imageRotation.



12
13
14
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 12

def imageRotation
  @imageRotation
end

#imageWidthObject

Returns the value of attribute imageWidth.



12
13
14
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 12

def imageWidth
  @imageWidth
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 8

def name
  @name
end

#textFontObject

Returns the value of attribute textFont.



15
16
17
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 15

def textFont
  @textFont
end

#textHeightObject

Returns the value of attribute textHeight.



15
16
17
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 15

def textHeight
  @textHeight
end

#textOffsetXObject

Returns the value of attribute textOffsetX.



15
16
17
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 15

def textOffsetX
  @textOffsetX
end

#textOffsetYObject

Returns the value of attribute textOffsetY.



15
16
17
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 15

def textOffsetY
  @textOffsetY
end

#textPaddingObject

Returns the value of attribute textPadding.



15
16
17
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 15

def textPadding
  @textPadding
end

#textSizeObject

Returns the value of attribute textSize.



15
16
17
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 15

def textSize
  @textSize
end

#textWidthObject

Returns the value of attribute textWidth.



15
16
17
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 15

def textWidth
  @textWidth
end

#widthObject

Returns the value of attribute width.



9
10
11
# File 'lib/fastlane/plugin/framer/actions/framer_action.rb', line 9

def width
  @width
end