Class: Datory::Info::Result
- Inherits:
-
Object
- Object
- Datory::Info::Result
- Defined in:
- lib/datory/info/result.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
Instance Method Summary collapse
-
#initialize(attributes:) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(attributes:) ⇒ Result
Returns a new instance of Result.
8 9 10 |
# File 'lib/datory/info/result.rb', line 8 def initialize(attributes:) @attributes = attributes end |
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
6 7 8 |
# File 'lib/datory/info/result.rb', line 6 def attributes @attributes end |