Class: Middleman::BitBalloon::Options
- Inherits:
-
Struct
- Object
- Struct
- Middleman::BitBalloon::Options
- Defined in:
- lib/middleman-bitballoon/extension.rb
Instance Attribute Summary collapse
-
#build_before ⇒ Object
Returns the value of attribute build_before.
-
#site ⇒ Object
Returns the value of attribute site.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#build_before ⇒ Object
Returns the value of attribute build_before
3 4 5 |
# File 'lib/middleman-bitballoon/extension.rb', line 3 def build_before @build_before end |
#site ⇒ Object
Returns the value of attribute site
3 4 5 |
# File 'lib/middleman-bitballoon/extension.rb', line 3 def site @site end |
#token ⇒ Object
Returns the value of attribute token
3 4 5 |
# File 'lib/middleman-bitballoon/extension.rb', line 3 def token @token end |