Class: Middleman::BitBalloon::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-bitballoon/extension.rb

Instance Attribute Summary collapse

Instance Attribute Details

#build_beforeObject

Returns the value of attribute build_before

Returns:

  • (Object)

    the current value of build_before



3
4
5
# File 'lib/middleman-bitballoon/extension.rb', line 3

def build_before
  @build_before
end

#siteObject

Returns the value of attribute site

Returns:

  • (Object)

    the current value of site



3
4
5
# File 'lib/middleman-bitballoon/extension.rb', line 3

def site
  @site
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



3
4
5
# File 'lib/middleman-bitballoon/extension.rb', line 3

def token
  @token
end