Class: OpenSourceStats::Organization
- Defined in:
- lib/open_source_stats/organization.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from User
Instance Method Summary collapse
-
#initialize(name) ⇒ Organization
constructor
A new instance of Organization.
Methods inherited from User
Constructor Details
#initialize(name) ⇒ Organization
Returns a new instance of Organization.
5 6 7 |
# File 'lib/open_source_stats/organization.rb', line 5 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/open_source_stats/organization.rb', line 3 def name @name end |