Class: Xberg::CodeDataAttribute
- Inherits:
-
Object
- Object
- Xberg::CodeDataAttribute
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#byte_end ⇒ Integer
readonly
Returns the value of attribute byte_end.
-
#byte_start ⇒ Integer
readonly
Returns the value of attribute byte_start.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize ⇒ CodeDataAttribute
constructor
A new instance of CodeDataAttribute.
Constructor Details
#initialize ⇒ CodeDataAttribute
Returns a new instance of CodeDataAttribute.
258 |
# File 'sig/types.rbs', line 258
def initialize: (name: String, value: String, byte_start: Integer, byte_end: Integer) -> void
|
Instance Attribute Details
#byte_end ⇒ Integer (readonly)
Returns the value of attribute byte_end.
256 257 258 |
# File 'sig/types.rbs', line 256 def byte_end @byte_end end |
#byte_start ⇒ Integer (readonly)
Returns the value of attribute byte_start.
255 256 257 |
# File 'sig/types.rbs', line 255 def byte_start @byte_start end |
#name ⇒ String (readonly)
Returns the value of attribute name.
253 254 255 |
# File 'sig/types.rbs', line 253 def name @name end |
#value ⇒ String (readonly)
Returns the value of attribute value.
254 255 256 |
# File 'sig/types.rbs', line 254 def value @value end |