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

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

Instance Attribute Summary collapse

Instance Attribute Details

#attr ⇒ Object

Returns the value of attribute attr

Returns:

  • (Object) —

    the current value of attr



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

def attr
  @attr
end

#default ⇒ Object

Returns the value of attribute default

Returns:

  • (Object) —

    the current value of default



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

def default
  @default
end

#id ⇒ Object

Returns the value of attribute id

Returns:

  • (Object) —

    the current value of id



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

def id
  @id
end

#inheritable? ⇒ Object

Returns the value of attribute inheritable?

Returns:

  • (Object) —

    the current value of inheritable?



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

def inheritable?
  @inheritable?
end

#ivar ⇒ Object

Returns the value of attribute ivar

Returns:

  • (Object) —

    the current value of ivar



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

def ivar
  @ivar
end

#valid_values ⇒ Object

Returns the value of attribute valid_values

Returns:

  • (Object) —

    the current value of valid_values



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

def valid_values
  @valid_values
end