Class: Nugem::Repository::Host
- Inherits:
-
Struct
- Object
- Struct
- Nugem::Repository::Host
- Defined in:
- lib/nugem/repository.rb
Instance Attribute Summary collapse
-
#camel_case ⇒ Object
Returns the value of attribute camel_case.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#camel_case ⇒ Object
Returns the value of attribute camel_case
6 7 8 |
# File 'lib/nugem/repository.rb', line 6 def camel_case @camel_case end |
#domain ⇒ Object
Returns the value of attribute domain
6 7 8 |
# File 'lib/nugem/repository.rb', line 6 def domain @domain end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/nugem/repository.rb', line 6 def id @id end |