org.irundaia.sass

Options

case class Options(nativeOptions: Sass_Options = ...) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Options
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Options(nativeOptions: Sass_Options = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def includePaths: Iterable[Path]

  12. def includePaths_++=(paths: Path*): Unit

  13. def includePaths_+=(path: Path): Unit

  14. def includePaths_+=(path: String): Unit

  15. def includePaths_=(paths: Iterable[Path]): Unit

  16. def includePaths_=(paths: Path*): Unit

  17. def includePaths_=(paths: String): Unit

  18. def indentedSyntaxSrc: Boolean

  19. def indentedSyntaxSrc_=(b: Boolean): Unit

  20. def inputPath: Path

  21. def inputPath_=(p: String): Unit

  22. def inputPath_=(p: Path): Unit

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val nativeOptions: Sass_Options

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def omitSourceMapUrl: Boolean

  29. def omitSourceMapUrl_=(b: Boolean): Unit

  30. def outputPath: Path

  31. def outputPath_=(p: String): Unit

  32. def outputPath_=(p: Path): Unit

  33. def outputStyle: CssStyle

  34. def outputStyle_=(outputStyle: CssStyle): Unit

  35. def precision: Int

  36. def precision_=(precision: Int): Unit

  37. def sourceComments: Boolean

  38. def sourceComments_=(b: Boolean): Unit

  39. def sourceMapContents: Boolean

  40. def sourceMapContents_=(b: Boolean): Unit

  41. def sourceMapEmbed: Boolean

  42. def sourceMapEmbed_=(sourceMapEmbed: Boolean): Unit

  43. def sourceMapPath: String

  44. def sourceMapPath_=(file: String): Unit

  45. def sourceMapPath_=(file: Path): Unit

  46. def sourceMapRoot: String

  47. def sourceMapRoot_=(path: String): Unit

  48. def sourceMapRoot_=(path: Path): Unit

  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped