Class: Squared::Workspace::Support::BannerData

Inherits:
Struct
  • Object
show all
Defined in:
lib/squared/workspace/support/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#borderObject

Returns the value of attribute border

Returns:

  • (Object)

    the current value of border



8
9
10
# File 'lib/squared/workspace/support/data.rb', line 8

def border
  @border
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



8
9
10
# File 'lib/squared/workspace/support/data.rb', line 8

def command
  @command
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



8
9
10
# File 'lib/squared/workspace/support/data.rb', line 8

def order
  @order
end

#stylesObject

Returns the value of attribute styles

Returns:

  • (Object)

    the current value of styles



8
9
10
# File 'lib/squared/workspace/support/data.rb', line 8

def styles
  @styles
end