Class: Yoti::Share::Definition
- Inherits:
-
Object
- Object
- Yoti::Share::Definition
- Defined in:
- lib/yoti/share/attribute_issuance_details.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ Definition
constructor
Constructor.
Constructor Details
#initialize(name) ⇒ Definition
Constructor
15 16 17 |
# File 'lib/yoti/share/attribute_issuance_details.rb', line 15 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
8 9 10 |
# File 'lib/yoti/share/attribute_issuance_details.rb', line 8 def name @name end |