Class: Xberg::ContributorRole

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeContributorRole



317
# File 'sig/types.rbs', line 317

def initialize: (name: String, ?role: String) -> void

Instance Attribute Details

#nameString (readonly)

Returns the value of attribute name.



314
315
316
# File 'sig/types.rbs', line 314

def name
  @name
end

#roleString? (readonly)

Returns the value of attribute role.



315
316
317
# File 'sig/types.rbs', line 315

def role
  @role
end