Class: SfCli::Sf::Project::DeployStart::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/sf_cli/sf/project/deploy_start.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



3
4
5
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3

def details
  @details
end

#doneObject

Returns the value of attribute done

Returns:

  • (Object)

    the current value of done



3
4
5
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3

def done
  @done
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



3
4
5
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3

def files
  @files
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3

def id
  @id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3

def status
  @status
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



3
4
5
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 3

def success
  @success
end

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/sf_cli/sf/project/deploy_start.rb', line 4

def success?
  success
end