Class: Prawn::SVG::Properties::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/prawn/svg/properties.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attrObject

Returns the value of attribute attr

Returns:

  • (Object)

    the current value of attr



2
3
4
# File 'lib/prawn/svg/properties.rb', line 2

def attr
  @attr
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



2
3
4
# File 'lib/prawn/svg/properties.rb', line 2

def default
  @default
end

#inheritable?Object

Returns the value of attribute inheritable?

Returns:

  • (Object)

    the current value of inheritable?



2
3
4
# File 'lib/prawn/svg/properties.rb', line 2

def inheritable?
  @inheritable?
end

#ivarObject

Returns the value of attribute ivar

Returns:

  • (Object)

    the current value of ivar



2
3
4
# File 'lib/prawn/svg/properties.rb', line 2

def ivar
  @ivar
end

#keyword_restricted?Object

Returns the value of attribute keyword_restricted?

Returns:

  • (Object)

    the current value of keyword_restricted?



2
3
4
# File 'lib/prawn/svg/properties.rb', line 2

def keyword_restricted?
  @keyword_restricted?
end

#keywordsObject

Returns the value of attribute keywords

Returns:

  • (Object)

    the current value of keywords



2
3
4
# File 'lib/prawn/svg/properties.rb', line 2

def keywords
  @keywords
end