Exception: MySpace::BadIdentifier
- Inherits:
-
MySpaceException
- Object
- Exception
- MySpaceException
- MySpace::BadIdentifier
- Defined in:
- lib/myspace/exceptions.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
readonly
Returns the value of attribute identifier.
-
#parameter ⇒ Object
readonly
Returns the value of attribute parameter.
Instance Method Summary collapse
-
#initialize(parameter, identifier) ⇒ BadIdentifier
constructor
A new instance of BadIdentifier.
Constructor Details
#initialize(parameter, identifier) ⇒ BadIdentifier
Returns a new instance of BadIdentifier.
7 8 9 10 |
# File 'lib/myspace/exceptions.rb', line 7 def initialize(parameter, identifier) @parameter = parameter @identifier = identifier end |
Instance Attribute Details
#identifier ⇒ Object (readonly)
Returns the value of attribute identifier.
6 7 8 |
# File 'lib/myspace/exceptions.rb', line 6 def identifier @identifier end |
#parameter ⇒ Object (readonly)
Returns the value of attribute parameter.
6 7 8 |
# File 'lib/myspace/exceptions.rb', line 6 def parameter @parameter end |