Class: Vx::ServiceConnector::Model::Repo

Inherits:
Struct
  • Object
show all
Defined in:
lib/vx/service_connector/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/vx/service_connector/model.rb', line 5

def description
  @description
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



5
6
7
# File 'lib/vx/service_connector/model.rb', line 5

def full_name
  @full_name
end

#html_urlObject

Returns the value of attribute html_url

Returns:

  • (Object)

    the current value of html_url



5
6
7
# File 'lib/vx/service_connector/model.rb', line 5

def html_url
  @html_url
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/vx/service_connector/model.rb', line 5

def id
  @id
end

#is_privateObject

Returns the value of attribute is_private

Returns:

  • (Object)

    the current value of is_private



5
6
7
# File 'lib/vx/service_connector/model.rb', line 5

def is_private
  @is_private
end

#ssh_urlObject

Returns the value of attribute ssh_url

Returns:

  • (Object)

    the current value of ssh_url



5
6
7
# File 'lib/vx/service_connector/model.rb', line 5

def ssh_url
  @ssh_url
end