Class: CloudRailSi::Types::DateOfBirth

Inherits:
SandboxObject show all
Defined in:
lib/cloudrail_si/types/DateOfBirth.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SandboxObject

#get, #set

Constructor Details

#initializeDateOfBirth

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

#dayObject

Returns the value of attribute day.



6
7
8
# File 'lib/cloudrail_si/types/DateOfBirth.rb', line 6

def day
  @day
end

#monthObject

Returns the value of attribute month.



6
7
8
# File 'lib/cloudrail_si/types/DateOfBirth.rb', line 6

def month
  @month
end

#yearObject

Returns the value of attribute year.



6
7
8
# File 'lib/cloudrail_si/types/DateOfBirth.rb', line 6

def year
  @year
end