Method: IActionable::Objects::PointType#to_hash
- Defined in:
- lib/iactionable/objects/point_type.rb
#to_hash ⇒ Object
7 8 9 10 11 12 |
# File 'lib/iactionable/objects/point_type.rb', line 7 def to_hash { "Key" => @key, "Name" => @name } end |