Class: Frodo::Properties::Byte

Inherits:
Integer show all
Defined in:
lib/frodo/properties/integer.rb

Overview

Defines the Byte Frodo type.

Instance Attribute Summary

Attributes inherited from Frodo::Property

#name, #options, #value

Instance Method Summary collapse

Methods inherited from Integer

#value, #value=

Methods inherited from Frodo::Property

#==, #allows_nil?, #concurrency_mode, from_xml, #initialize, #json_value, #strict?, #to_xml, #url_value, #xml_value

Constructor Details

This class inherits a constructor from Frodo::Property

Instance Method Details

#typeObject

The Frodo type name



82
83
84
# File 'lib/frodo/properties/integer.rb', line 82

def type
  'Edm.Byte'
end