Class: Proj::CelestialBody
- Inherits:
-
Struct
- Object
- Struct
- Proj::CelestialBody
- Defined in:
- lib/proj/database.rb
Instance Attribute Summary collapse
-
#auth_name ⇒ Object
Returns the value of attribute auth_name.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#auth_name ⇒ Object
Returns the value of attribute auth_name
4 5 6 |
# File 'lib/proj/database.rb', line 4 def auth_name @auth_name end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/proj/database.rb', line 4 def name @name end |