Class: Medidata::API::ParticipantsQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/medidata/api/participant.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(lawType: "", name: "", glnParticipant: "") ⇒ ParticipantsQuery

Returns a new instance of ParticipantsQuery.



39
40
41
42
43
# File 'lib/medidata/api/participant.rb', line 39

def initialize(lawType: "", name: "", glnParticipant: "")
  @lawType = lawType
  @name = name
  @glnParticipant = glnParticipant
end

Instance Attribute Details

#glnParticipantObject (readonly)

Returns the value of attribute glnParticipant.



37
38
39
# File 'lib/medidata/api/participant.rb', line 37

def glnParticipant
  @glnParticipant
end

#lawTypeObject (readonly)

Returns the value of attribute lawType.



37
38
39
# File 'lib/medidata/api/participant.rb', line 37

def lawType
  @lawType
end

#nameObject (readonly)

Returns the value of attribute name.



37
38
39
# File 'lib/medidata/api/participant.rb', line 37

def name
  @name
end