Class: Bananajour::Bonjour::Repository
- Inherits:
-
Object
- Object
- Bananajour::Bonjour::Repository
- Defined in:
- lib/bigbananajour/bananajour/bonjour/repository.rb
Instance Attribute Summary collapse
-
#ismirror ⇒ Object
Returns the value of attribute ismirror.
-
#name ⇒ Object
Returns the value of attribute name.
-
#person ⇒ Object
Returns the value of attribute person.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Method Summary collapse
-
#initialize(name, uri, person) ⇒ Repository
constructor
A new instance of Repository.
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
#ismirror ⇒ Object
Returns the value of attribute ismirror.
3 4 5 |
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 3 def ismirror @ismirror end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 3 def name @name end |
#person ⇒ Object
Returns the value of attribute person.
3 4 5 |
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 3 def person @person end |
#uri ⇒ Object
Returns the value of attribute uri.
3 4 5 |
# File 'lib/bigbananajour/bananajour/bonjour/repository.rb', line 3 def uri @uri end |