Class: AqumulateAPI::FetchParameter

Inherits:
Entity
  • Object
show all
Defined in:
lib/aqumulate_api/entities/fetch_parameter.rb

Constant Summary collapse

ATTR_MAP =
{
    id: 'ParamId',
    caption: 'ParamCaption',
    size: 'ParamSize'
}

Constants inherited from Entity

Entity::SOURCE_ASSOCIATIONS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Entity

from_source, #initialize

Constructor Details

This class inherits a constructor from AqumulateAPI::Entity

Instance Attribute Details

#captionObject

Returns the value of attribute caption.



9
10
11
# File 'lib/aqumulate_api/entities/fetch_parameter.rb', line 9

def caption
  @caption
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/aqumulate_api/entities/fetch_parameter.rb', line 9

def id
  @id
end

#sizeObject

Returns the value of attribute size.



9
10
11
# File 'lib/aqumulate_api/entities/fetch_parameter.rb', line 9

def size
  @size
end