Class: Vx::ServiceConnector::Model::Repo
- Inherits:
-
Struct
- Object
- Struct
- Vx::ServiceConnector::Model::Repo
- Defined in:
- lib/vx/service_connector/model.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#html_url ⇒ Object
Returns the value of attribute html_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_private ⇒ Object
Returns the value of attribute is_private.
-
#ssh_url ⇒ Object
Returns the value of attribute ssh_url.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/vx/service_connector/model.rb', line 5 def description @description end |
#full_name ⇒ Object
Returns the value of attribute full_name
5 6 7 |
# File 'lib/vx/service_connector/model.rb', line 5 def full_name @full_name end |
#html_url ⇒ Object
Returns the value of attribute html_url
5 6 7 |
# File 'lib/vx/service_connector/model.rb', line 5 def html_url @html_url end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/vx/service_connector/model.rb', line 5 def id @id end |
#is_private ⇒ Object
Returns the value of attribute is_private
5 6 7 |
# File 'lib/vx/service_connector/model.rb', line 5 def is_private @is_private end |
#ssh_url ⇒ Object
Returns the value of attribute ssh_url
5 6 7 |
# File 'lib/vx/service_connector/model.rb', line 5 def ssh_url @ssh_url end |