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



7
8
9
# File 'lib/vx/service_connector/model.rb', line 7

def description
  @description
end

#full_nameObject

Returns the value of attribute full_name

Returns:

  • (Object)

    the current value of full_name



7
8
9
# File 'lib/vx/service_connector/model.rb', line 7

def full_name
  @full_name
end

#html_urlObject

Returns the value of attribute html_url

Returns:

  • (Object)

    the current value of html_url



7
8
9
# File 'lib/vx/service_connector/model.rb', line 7

def html_url
  @html_url
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/vx/service_connector/model.rb', line 7

def id
  @id
end

#is_privateObject

Returns the value of attribute is_private

Returns:

  • (Object)

    the current value of is_private



7
8
9
# File 'lib/vx/service_connector/model.rb', line 7

def is_private
  @is_private
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



7
8
9
# File 'lib/vx/service_connector/model.rb', line 7

def language
  @language
end

#ssh_urlObject

Returns the value of attribute ssh_url

Returns:

  • (Object)

    the current value of ssh_url



7
8
9
# File 'lib/vx/service_connector/model.rb', line 7

def ssh_url
  @ssh_url
end