Class: Bananajour::Bonjour::Repository

Inherits:
Object
  • Object
show all
Defined in:
lib/bigbananajour/bananajour/bonjour/repository.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, uri, person) ⇒ Repository

Returns a new instance of Repository.



5
6
7
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 5

def initialize(name, uri, person)
  @name, @uri, @person = name, uri, person
end

Instance Attribute Details

#ismirrorObject

Returns the value of attribute ismirror.



3
4
5
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 3

def ismirror
  @ismirror
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 3

def name
  @name
end

#personObject

Returns the value of attribute person.



3
4
5
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 3

def person
  @person
end

#uriObject

Returns the value of attribute uri.



3
4
5
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 3

def uri
  @uri
end