Class: Xpub::CallBook::CallIdentifier
- Inherits:
-
Object
- Object
- Xpub::CallBook::CallIdentifier
- Defined in:
- lib/xpub/dsl/book.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
readonly
Returns the value of attribute identifier.
Instance Method Summary collapse
-
#initialize(identifier) ⇒ CallIdentifier
constructor
A new instance of CallIdentifier.
- #validate ⇒ Object
Constructor Details
#initialize(identifier) ⇒ CallIdentifier
Returns a new instance of CallIdentifier.
77 78 79 |
# File 'lib/xpub/dsl/book.rb', line 77 def initialize(identifier) @identifier = identifier end |
Instance Attribute Details
#identifier ⇒ Object (readonly)
Returns the value of attribute identifier.
73 74 75 |
# File 'lib/xpub/dsl/book.rb', line 73 def identifier @identifier end |
Instance Method Details
#validate ⇒ Object
81 82 |
# File 'lib/xpub/dsl/book.rb', line 81 def validate end |