Class: Datory::Info::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/datory/info/result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#attributesObject (readonly)

Returns the value of attribute attributes.



6
7
8
# File 'lib/datory/info/result.rb', line 6

def attributes
  @attributes
end