Class: CloudRailSi::Types::DateOfBirth
- Inherits:
-
SandboxObject
- Object
- SandboxObject
- CloudRailSi::Types::DateOfBirth
- Defined in:
- lib/cloudrail_si/types/DateOfBirth.rb
Instance Attribute Summary collapse
-
#day ⇒ Object
Returns the value of attribute day.
-
#month ⇒ Object
Returns the value of attribute month.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Method Summary collapse
-
#initialize ⇒ DateOfBirth
constructor
A new instance of DateOfBirth.
Methods inherited from SandboxObject
Constructor Details
#initialize ⇒ DateOfBirth
Returns a new instance of DateOfBirth.
8 9 10 11 12 13 |
# File 'lib/cloudrail_si/types/DateOfBirth.rb', line 8 def initialize() super() @day = 0 @month = 0 @year = 0 end |
Instance Attribute Details
#day ⇒ Object
Returns the value of attribute day.
6 7 8 |
# File 'lib/cloudrail_si/types/DateOfBirth.rb', line 6 def day @day end |
#month ⇒ Object
Returns the value of attribute month.
6 7 8 |
# File 'lib/cloudrail_si/types/DateOfBirth.rb', line 6 def month @month end |
#year ⇒ Object
Returns the value of attribute year.
6 7 8 |
# File 'lib/cloudrail_si/types/DateOfBirth.rb', line 6 def year @year end |