Class: Middleman::Deploy::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def branch
  @branch
end

#build_beforeObject

Returns the value of attribute build_before

Returns:

  • (Object)

    the current value of build_before



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def build_before
  @build_before
end

#cleanObject

Returns the value of attribute clean

Returns:

  • (Object)

    the current value of clean



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def clean
  @clean
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def host
  @host
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def method
  @method
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def password
  @password
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def path
  @path
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def port
  @port
end

#remoteObject

Returns the value of attribute remote

Returns:

  • (Object)

    the current value of remote



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def remote
  @remote
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def user
  @user
end

#whatisthisObject

Returns the value of attribute whatisthis

Returns:

  • (Object)

    the current value of whatisthis



8
9
10
# File 'lib/middleman-deploy/extension.rb', line 8

def whatisthis
  @whatisthis
end