Class: Xpub::CallBook::CallIdentifier

Inherits:
Object
  • Object
show all
Defined in:
lib/xpub/dsl/book.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#identifierObject (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

#validateObject



81
82
# File 'lib/xpub/dsl/book.rb', line 81

def validate
end